Gets the server's event loop. It should be used to run the server.
auto server = new Server(); server.host("0.0.0.0"); while(true) server.eventLoop.loop();
See Implementation
Gets the server's event loop. It should be used to run the server.