Function sync_channel
pub fn sync_channel<T>(bound: usize) -> (SyncSender<T>, Channel<T>)Available on crate feature
wayland and Linux only.Expand description
Create a new synchronous, bounded channel
pub fn sync_channel<T>(bound: usize) -> (SyncSender<T>, Channel<T>)wayland and Linux only.Create a new synchronous, bounded channel