Expand description
Pool with reference-counted items
Modules§
- iter
- Iterator types of the pool
- smpsc
- Single-threaded
mpscbacked byRc<RefCell<Vec>>, just for the API
Structs§
- Handle
- Owing index to an item in a
Pool - Pool
- Dynamic array with reference-counted
Handles - 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