Crate zenoh_sync

Source
Expand description

⚠️ WARNING ⚠️

This module is intended for Zenoh’s internal use.

Click here for Zenoh’s documentation

Re-exports§

pub use event::*;
pub use fifo_queue::*;
pub use lifo_queue::*;
pub use object_pool::*;
pub use mvar::*;
pub use condition::*;
pub use signal::*;
pub use cache::*;

Modules§

cache
condition
event
fifo_queue
lifo_queue
mvar
object_pool
signal

Structs§

PinBoxFuture
An alias for Pin<Box<dyn Future<Output = T> + Send>>.

Functions§

get_mut_unchecked
pinbox