EventIoServer

You can customize your server by subclassing the appropriate server. Then, register your subclass at compile time with the registerEventIoServer template, or implement your own main function and call it yourself.

If you make your subclass a final class, there is a slight performance improvement.
version(with_addon_servers_connections)
interface EventIoServer {}
Suggestion Box / Bug Report