PollEventFlags

Defined in header “ark/core/poll_event_flags.hh”.


Flags to indicate if you want to listen for this descriptor to be ready for reading or writing.

Values

  • ERROR = 1

  • READ = 2

  • WRITE = 4