Constant tokio::sync::oneshot::TX_TASK_SET
source · const TX_TASK_SET: usize = 0b01000;
Expand description
Indicates that a waker for the sending task has been set.
§Safety
If this bit is not set, the tx_task
field may be uninitialized.