RcMap8
Models
makeconstCreates an RcMap that can contain multiple reference counted resources that can be indexed by a key.RcMapinterfaceAn RcMap is a reference-counted map data structure that manages the lifecycle of resources indexed by keys.StatetypeRepresents the internal state of an RcMap, which can be either Open (active) or Closed (shutdown and no longer accepting operations).Combinators
getconstGets the resource for a key, acquiring it with the map's lookup function when the key is not already cached.hasconstReturns whether the RcMap currently contains an entry for the specified key.invalidateconstInvalidates and removes a specific key from the RcMap.keysconstReturns an iterable of all keys currently stored in the RcMap.touchconstExtends the idle time for a resource in the RcMap.