Function netio_terminate_signal

Function Documentation

void netio_terminate_signal(struct netio_eventloop *evloop)

Terminates the event loop.

netio_terminate_signal will add a signal to the eventloop such that queued events, including those related to resources deallocation, can be executed.

Parameters:
  • evloop – The event loop to terminate