Function netio_terminate
Defined in File eventloop.c
Function Documentation
-
void netio_terminate(struct netio_eventloop *evloop)
Terminates the event loop.
netio_terminate
will stop the execution of the event loop. This will not interrupt any event processing code or user callback that is currently being executed. Event loop execution will halt after the processing of the current event has completed.- Parameters:
evloop – The event loop to terminate