get_event_by_fd
Last updated March 2020
Name
get_event_by_fd — Retrieve an event
Synopsis
#include "scheduler.h"
| Event * **get_event_by_fd** (
| fd)
; | |
Description
Retrieve an event using a file descriptor.
- fd
-
The file descriptor.
This function returns an Event.
Warning
Only call this function from the Scheduler
thread.
See Also
Was this page helpful?