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