Module crossbeam_epoch::deferred
source ยท Structsยง
- Deferred ๐A
FnOnce()
that is stored inline if small, or otherwise boxed on the heap.
Constantsยง
- DATA_WORDS ๐Number of words a piece of
Data
can hold.
Type Aliasesยง
- Data ๐Some space to keep a
FnOnce()
object on the stack.