Module lockless::handle [] [src]

Structs

BoundedHandle

Implementation of Handle which panics if it runs out of IDs

HandleInner1
HandleInner2
Id
IdHandle
ResizingHandle

Implementation of Handle which resizes the data structure as needed

Tag0
Tag1
Tag2
Tag3

Traits

ContainerInner
Distinct
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
HandleInnerBase
IdAllocator

Type Definitions

BoundedIdHandle
ResizingIdHandle