event_io_state_clean
Last updated March 2020
Name
event_io_state_clean — Release resources held in an event_io_state structure
Synopsis
#include "event.h"
| void **event_io_state_clean** (
| state)
; | |
Description
Release resources held in an event_io_state structure.
- state
-
For a description of this data type see “event_io_state”
This function returns void.
Warning
Only call this function from the Scheduler
thread.
See Also
Was this page helpful?