Constant lrs::poll::POLL_READ

Signal when the file descriptor becomes ready for reading.

Syntax

const POLL_READ: PollFlags = PollFlags(POLLIN);

See also