ocean v5.1.3 (2019-10-14T07:52:28Z)
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
interfaces
ISelectedKeysHandler