Expand description
In-memory buffering with backpressure for Kinetic.
Structs§
- Buffer
Receiver - A receiver handle from a memory buffer.
- Buffer
Sender - A sender handle to a memory buffer.
Enums§
- When
Full - Policy for what to do when a buffer is full.
Functions§
- channel
- Creates a new memory buffer with the given capacity (in batches).