ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
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