Module asynchronous

Source
Expand description

Async Circular Buffer that can await until buffer space becomes available.

The Writer and Reader have async slice() functions to await until buffer space or data becomes available, respectively.

Structsยง

Circular
Builder for the async circular buffer implementation.
Reader
Reader for an async circular buffer with items of type T.
Writer
Writer for a blocking circular buffer with items of type T.