Constant lrs::file::flags::FILE_SIGNAL_IO

Send a signal to the process when the file becomes ready for reading or writing.

Syntax

const FILE_SIGNAL_IO: FileFlags = FileFlags(O_ASYNC);

See also