Function cmb_event_is_scheduled
Defined in File cmb_event.h
Function Documentation
-
bool cmb_event_is_scheduled(uint64_t handle)
Is the given event currently in the event queue?
- Parameters:
handle – The handle of some event.
- Returns:
trueif the event is scheduled in the event queue,falseif not.