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.