Skip to main content
unbounded
dfir_rs
0.17.0-alpha.4
In dfir_
rs::
util::
unsync::
mpsc
dfir_rs
::
util
::
unsync
::
mpsc
Function
unbounded
Copy item path
Source
pub fn unbounded<T>() -> (
Sender
<T>,
Receiver
<T>)
Available on
crate feature
tokio
only.
Expand description
Create an unbounded unsync MPSC channel.