Skip to content

Add OnDemandHashMap and TokenSet

Lambda requested to merge on-demand-hashmap into main

These can be used to store temporary object (such as locks) based on an arbitrary key, which are removed from the internal HashMap when the last reference to them is dropped.

Edited by Lambda

Merge request reports