Module deferred
crossbeam_
epoch
0.9.18
Module deferred
Module Items
Structs
Constants
Type Aliases
In crate crossbeam_
epoch
Modules
atomic
collector
default
deferred
epoch
guard
internal
primitive
sync
Structs
Atomic
Collector
CompareExchangeError
Guard
LocalHandle
Owned
Shared
Traits
CompareAndSetOrdering
Pointable
Pointer
Functions
default_collector
is_pinned
pin
unprotected
Type Aliases
CompareAndSetError
crossbeam_epoch
Module
deferred
Copy item path
Settings
Help
Summary
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.