thedes_
async_
util
0.1.0
In thedes_
async_
util::
non_
blocking::
spsc::
bounded
thedes_async_util
::
non_blocking
::
spsc
::
bounded
Function
channel
Copy item path
Source
pub fn channel<T>(buf_size:
usize
) -> (
Sender
<T>,
Receiver
<T>)