Constant lrs::file::flags::FILE_DONT_BLOCK

Return an error instead of blocking.

Syntax

const FILE_DONT_BLOCK: FileFlags = FileFlags(O_NONBLOCK);

See also