gets one or more events
None
None
events # a list of events
Each event is a tuple with the following components:
This function needs I/O-access rights.
For a detailed example see Input-Output Events.
std::READ | used to tag "read" events |
std::READ_ERROR | used to tag "read error" events |
std::WRITE_PENDING | used to tag "write pending" events |
std::WRITE_COMPLETED | used to tag "write completed" events |
std::WRITE_ERROR | used to tag "write error" events |
std::PROCESS_JOINED | used to tag "process joined" events |
std::SIGNAL | used to tag "signal" events |
std_types::io | gets one or more events |