ISelectedKeysHandler.opCall

Handles the clients in selected_set.

interface ISelectedKeysHandler
void
opCall
(,
scope bool delegate
(
Exception
)
unhandled_exception_hook
)

Parameters

selected_set epoll_event_t[]

the result list of epoll_wait()

unhandled_exception_hook bool delegate
(
Exception
)

delegate to call for client exceptions

Meta