HomeManualTopicsTypesSymbols

std::get_events

gets one or more events

Parameters

None

Results

None

Description

events # a list of events

Each event is a tuple with the following components:

  • type - the event type

  • fd - the file descriptor associated with the event

  • argument - an argument associated with the event

    This function needs I/O-access rights.

    For a detailed example see Input-Output Events.

    Topic

    Input-Output Events

    See also

    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

    Implemented by

    std_types::io gets one or more events