dfir_rs
0.12.1
In dfir_
rs::
util::
unsync::
mpsc
Structs
Receiver
SendError
Sender
Enums
TrySendError
Functions
bounded
channel
unbounded
dfir_rs
::
util
::
unsync
::
mpsc
Function
unbounded
Copy item path
Settings
Help
Summary
Source
pub fn unbounded<T>() -> (
Sender
<T>,
Receiver
<T>)
Expand description
Create an unbounded unsync MPSC channel.