pub static CLEANUP: AtomicBoolExpand description
In a cleanup callback, this is set to true before calling wake, and false afterwards.
This ensures that wake will not actually run the future, but instead cancel it and run its destructor.
pub static CLEANUP: AtomicBoolIn a cleanup callback, this is set to true before calling wake, and false afterwards.
This ensures that wake will not actually run the future, but instead cancel it and run its destructor.