Module nonblocking

Source
Expand description

Non-blocking Circular Buffer that can only check if data is available right now.

Structsยง

Circular
Builder for the non-blocking circular buffer implementation.
Reader
ReaderState for a non-blocking circular buffer with items of type T.
Writer
Writer for a non-blocking circular buffer with items of type T.