EpollSelectDispatcher.this

Constructor; disables the timeout feature.

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

Parameters

max_events uint

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

Meta