EpollSelectDispatcher.this

Constructor

  1. this(ITimeoutManager timeout_manager, uint max_events)
    class EpollSelectDispatcher
  2. this(uint max_events)

Parameters

timeout_manager ITimeoutManager

timeout manager instance (null disables the timeout feature)

max_events uint

sets the maximum number of events that will be returned in the selection set per call to select.

Throws

EpollException on error obtaining a new epoll instance.

Meta