Function iox_ws_mark_for_destruction

Function Documentation

void iox_ws_mark_for_destruction(iox_ws_t const self)

Non-reversible call. After this call iox_ws_wait() and iox_ws_timed_wait() do not block any longer and never return triggered events/states. This function can be used to manually initialize destruction and to wakeup any thread which is waiting in iox_ws_wait() or iox_ws_timed_wait().