ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
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