Module context
crossbeam_
channel
0.5.15
Module context
Module Items
Structs
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
context
Copy item path
Settings
Help
Summary
Source
Expand description
Thread-local context used in select.
Structs
§
Context
Thread-local context used in select.
Inner
🔒
Inner representation of
Context
.