pub fn unbounded_sync<T>() -> (SyncSender<T>, SyncReceiver<T>)Expand description
Allocates an unbounded channel and returns the synchronous handles as a sender, receiver pair.
pub fn unbounded_sync<T>() -> (SyncSender<T>, SyncReceiver<T>)Allocates an unbounded channel and returns the synchronous handles as a sender, receiver pair.