Constant lrs::msg_queue::flags::MQ_DONT_BLOCK

Don't block when sending and receiving on the queue.

Syntax

const MQ_DONT_BLOCK: MqFlags = MqFlags(cty::O_NONBLOCK as k_long);

See also