ocean v6.2.0 (2021-12-09T10:56:40Z)
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