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