Skip to main content

Crate vmo_fifo

Crate vmo_fifo 

Source

Structsยง

AllocationToken
A token representing an uncommitted allocation block in the VMO.
AsyncPayloadBuffer
An asynchronous version of PayloadBuffer that yields when committing if the queue is full. Dropping this buffer automatically rolls back the payload allocation if not committed.
AsyncSender
The asynchronous sender endpoint for a VMO-backed FIFO queue.
PayloadBuffer
An RAII buffer for committing a payload to the FIFO. Dropping this buffer automatically rolls back the payload allocation.
Receiver
A receiver endpoint for a VMO-backed FIFO queue.
SyncSender
The synchronous sender endpoint for a VMO-backed FIFO queue.