Constant crossbeam_epoch::deferred::DATA_WORDS
source ยท const DATA_WORDS: usize = 3;
Expand description
Number of words a piece of Data
can hold.
Three words should be enough for the majority of cases. For example, you can fit inside it the function pointer together with a fat pointer representing an object that needs to be destroyed.