leak_playground_std
0.1.0
In leak_playground_std::sync::mpsc
Function
leak_playground_std
::
sync
::
mpsc
::
sync_channel
Copy item path
source
ยท
[
−
]
pub fn sync_channel<T:
Forget
>(bound:
usize
) -> (
SyncSender
<T>,
Receiver
<T>)