[][src]Constant libzmq::poll::READABLE

pub const READABLE: Trigger;

Trigger an Event on read readiness.

For a libzmq socket this means that at least one message can be received without blocking. For a standard socket, this means that at least one byte of data may be read from the fd without blocking