Expand description
Pool with reference-counted items
Modules§
- iter
- Iterator types of the pool
- smpsc
- Single-threaded
mpsc
backed byRc<RefCell<Vec>>
, just for the API
Structs§
- Handle
- Owing index to an item in a
Pool
- Pool
- Dynamic array with reference-counted
Handle
s - Slot
- Newtype of
u32
- Weak
Handle - Non-owing index to an item in a
Pool
Type Aliases§
- RefCount
- Number of existable references =
RefCount::MAX - 1