Name
float_event — Float an event
Synopsis
#include "scheduler.h"
| void **float_event** (
| event)
; | |
Description
Float an event.
- event
-
The Event.
This function returns void.
Warning
Only call this function from the Scheduler
thread.
See Also
“Event” and event_free
Was this page helpful?