Data.LVar.SLMap

The type and its basic operations

data IMap k s v

newEmptyMap

newMap

newFromList

insert

getKey

waitSize

modify

Quasi-deterministic operations

freezeMap

Iteration and callbacks

forEach

forEachHP

withCallbacksThenFreeze

Higher-level derived operations

copy

traverseMap

traverseMap_

Alternate versions of derived ops that expose HandlerPools they create

traverseMapHP

traverseMapHP_

unionHP