unbounded
dfir_rs
0.14.0
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>)
Expand description
Create an unbounded unsync MPSC channel.