Constant tokio::sync::mpsc::block::RELEASED

source ·
const RELEASED: usize = _; // 4_294_967_296usize
Expand description

Flag tracking that a block has gone through the sender’s release routine.

When this is set, the receiver may consider freeing the block.