Skip to main content

sync_channel

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