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