IEpollSelectDispatcherInfo.timeouts

interface IEpollSelectDispatcherInfo
version(EpollCounters)
ulong
timeouts
()

Return Value

Type: ulong

the number of select calls (epoll_wait()) which exited due to a timeout (as opposed to a client firing) since the instance was created (or since the ulong counter wrapped)

Meta