tokio
1.46.1
In tokio::
sync::
mpsc::
chan
tokio
::
sync
::
mpsc
::
chan
Function
channel
Copy item path
Source
pub(crate) fn channel<T, S:
Semaphore
>(semaphore: S) -> (
Tx
<T, S>,
Rx
<T, S>)