pub(crate) const NOTIFYING: usize = _; // 128usizeExpand description
Set if the awaiter is being notified.
This flag is set when notifying the awaiter. If an awaiter is concurrently registered and notified, whichever side came first will take over the reposibility of resolving the race.