Skip to main content

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.

Parameters

e

The event.

Return Value

This function returns void.

Threading

It is legal to call this function from the Scheduler thread.

See Also

Was this page helpful?