schedule_event
Name
schedule_event — Schedule an event from any thread
Synopsis
#include "schedule.h"
| void **schedule_event** (
| e)
; | |
Event * <var class="pdparam">e</var>
;
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.