Module fifo

Source
Expand description

First-in, first-out shared buffer

Structs§

BlockSize
Custom Block Size
Fifo
Shared First-In/First-Out Buffer
PullIter

Traits§

FifoApi
Dyn-Compatible subset of Fifo methods
InternalStorageApi
Dyn-Compatible subset of Storage trait
Storage
Backing storage for pull operations

Type Aliases§

DefaultBlockSize
Reasonable default block size
HugeBlockSize
Block size suitable for batch sending of tons of items
LargeBlockSize
Block size suitable for batch sending of many items
SmallBlockSize
Block size suitable for sending items one by one, from time to time