Name
schedule_event — Schedule an event from any thread
Synopsis
#include "schedule.h"
| void **schedule_event** (
| e)
; | |
Description
Schedule an event from any thread.
- e
-
The event.
This function returns void.
It is legal to call this function from the Scheduler
thread.
See Also
Was this page helpful?