ocean ~master (2021-10-22T21:44:26.740458)
Dub
Repo
ISelectedKeysHandler
ocean
io
select
selector
model
ISelectedKeysHandler
interface
ISelectedKeysHandler {
void
opCall
(epoll_event_t[] selected_set, bool delegate(Exception) unhandled_exception_hook);
}
Members
Functions
opCall
void
opCall
(epoll_event_t[] selected_set, bool delegate(Exception) unhandled_exception_hook)
Handles the clients in selected_set.
Meta
Source
See Implementation
ocean
io
select
selector
model
ISelectedKeysHandler
modules
ISelectedKeysHandler