Crate yep_coc

Crate yep_coc 

Source

Re-exports§

pub use queue::YCQueue;
pub use queue::YCQueueConsumeSlot;
pub use queue::YCQueueOwner;
pub use queue::YCQueueProduceSlot;
pub use queue_meta::YCQueueSharedMeta;
pub use error::YCQueueError;

Modules§

error
the errors
queue
the circular queue code
queue_alloc_helpers
A way to allocate data for the queue
queue_meta
dependencies for the circular queue code