Skip to main content

Module util

Module util 

Source
Expand description

Utilities for common data structures.

Structs§

ArcAsyncDeque
A shared deque that can be used in async context.
BoundQueue
IndexDeque
A first-in-first-out queue indexed by the enqueue sequence number.
UniqueId
Opque, hashable, unique ID type.
UniqueIdGenerator
Thread safe, lock free unique ID generator.
WakerGroup
Wakers

Enums§

IndexError
The index error type for IndexDeque.

Traits§

ContinuousData
WriteData

Type Aliases§

DataPair
NonData