ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
IEpollSelectDispatcherInfo
ocean
io
select
selector
IEpollSelectDispatcherInfo
Undocumented in source.
interface
IEpollSelectDispatcherInfo {
size_t
num_registered
();
version
(
EpollCounters
)
ulong
selects
();
version
(
EpollCounters
)
ulong
timeouts
();
version
(
EpollCounters
)
void
resetCounters
();
}
Members
Functions
num_registered
size_t
num_registered
()
resetCounters
void
resetCounters
()
Resets the counters returned by selects() and timeouts().
selects
ulong
selects
()
timeouts
ulong
timeouts
()
Meta
Source
See Implementation
ocean
io
select
selector
IEpollSelectDispatcherInfo
interfaces
IEpollSelectDispatcherInfo