crossbeam_epoch

Module 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.