Module list
tokio
1.44.2
Module list
Module Items
Structs
Enums
Functions
In tokio::
sync::
mpsc
Modules
block
bounded
chan
error
list
unbounded
Structs
OwnedPermit
Permit
PermitIterator
Receiver
Sender
UnboundedReceiver
UnboundedSender
WeakSender
WeakUnboundedSender
Constants
BLOCK_CAP
Functions
channel
unbounded_channel
tokio
::
sync
::
mpsc
Module
list
Copy item path
Settings
Help
Summary
Source
Expand description
A concurrent, lock-free, FIFO list.
Structs
§
Rx
🔒
List queue receive handle
Tx
🔒
List queue transmit handle.
Enums
§
TryPop
Result
🔒
Return value of
Rx::try_pop
.
Functions
§
channel
🔒