Skip to main content
sync_channel
leak_
playground_
std
0.1.0
In leak_
playground_
std::
sync::
mpsc
leak_playground_std
::
sync
::
mpsc
Function
sync_
channel
Copy item path
Source
pub fn sync_channel<T:
Forget
>(bound:
usize
) -> (
SyncSender
<T>,
Receiver
<T>)