Function netio_terminate

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