[][src]Constant libzmq::poll::WRITABLE

pub const WRITABLE: Trigger;

Trigger an Event on write readiness.

For a libzmq socket this means that at least one message can be sent without blocking. For a standard socket, this means that at lesat one bye of data may be written to the fd without blocking.