Constant lrs::fd::flags::FD_SIGNAL_IO

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

Syntax

const FD_SIGNAL_IO: DescriptionFlags = DescriptionFlags(O_ASYNC);

See also