[][src]Module locklessness::handle

Structs

BoundedHandle

Implementation of Handle which panics if it runs out of IDs

IdHandle
ResizingHandle

Implementation of Handle which resizes the data structure as needed

Traits

Handle

This encapsulates the pattern of wrapping a fixed-size lock-free data-structure inside an RwLock, and automatically resizing it when the number of concurrent handles increases.

HandleInner
IdAllocator
Like

Type Definitions

BoundedIdHandle
ResizingIdHandle