Constant lrs::event::flags::EFD_DONT_BLOCK

Return an error instead of blocking.

Syntax

const EFD_DONT_BLOCK: EventfdFlags = EventfdFlags(cty::EFD_NONBLOCK);

See also