Module counter
crossbeam_
channel
0.5.15
Module counter
Module Items
Structs
Functions
In crate crossbeam_
channel
Modules
channel
context
counter
err
flavors
select
select_macro
utils
waker
Macros
select
select_biased
Structs
IntoIter
Iter
ReadyTimeoutError
Receiver
RecvError
Select
SelectTimeoutError
SelectedOperation
SendError
Sender
TryIter
TryReadyError
TrySelectError
Enums
RecvTimeoutError
SendTimeoutError
TryRecvError
TrySendError
Functions
after
at
bounded
never
tick
unbounded
crossbeam_channel
Module
counter
Copy item path
Settings
Help
Summary
Source
Expand description
Reference counter for channels.
Structs
§
Counter
🔒
Reference counter internals.
Receiver
🔒
The receiving side.
Sender
🔒
The sending side.
Functions
§
new
🔒
Wraps a channel into the reference counter.