Constant lrs::fd::flags::FD_DONT_BLOCK

Return an error instead of blocking.

Syntax

const FD_DONT_BLOCK: DescriptionFlags = DescriptionFlags(O_NONBLOCK);

See also