Type Definition swap_buffer_queue::SynchronizedQueue

source ·
pub type SynchronizedQueue<B> = Queue<B, SynchronizedNotifier>;
Expand description