Constant lrs::signal::flags::SIGFD_DONT_BLOCK

Sets the file descriptor to non-blocking

Syntax

const SIGFD_DONT_BLOCK: SigfdFlags = SigfdFlags(SFD_NONBLOCK);

See also