Expand description
A pool of ids that can be used to reuse ids in Dynamic.
Structs§
- Flag
- A
Poolthat can hold one scalar element of type() - Sequence
- A
Poolthat iterates over it’s elements and tries to put a givenOpaqueScalarinto one of it’s sub-pools. May fail if it can’t put an element into any of it’s pools - Sync
Queue Pool std - A thread safe queue-pool, it returns scalars in FIFO order
- Sync
Stack Pool std - A thread safe stack-pool, it returns scalars in LIFO order