Don't block when sending and receiving on the queue.
const MQ_DONT_BLOCK: MqFlags = MqFlags(cty::O_NONBLOCK as k_long);
mq_getattr(3) and O_NONBLOCK therein