Function netio_eventloop_init

Function Documentation

void netio_eventloop_init(struct netio_eventloop *evloop)

Initializes a NetIO event loop.

In the background this creates an epoll file descriptor handle.

Parameters:
  • evloop – The event loop to initialize