Events

Programs can express interest in events of three kinds—inbound messages, timers, and I/O conditions. When an event occurs, it triggers a program callback function to process the event.

This section presents functions and types associated with event interest and event processing.