SelectFiber.this

Constructor

  1. this(EpollSelectDispatcher epoll, Fiber fiber)
  2. this(EpollSelectDispatcher epoll, void delegate() coroutine)
    class SelectFiber
    this
    (,
    scope void delegate
    ()
    coroutine
    )
  3. this(EpollSelectDispatcher epoll, void delegate() coroutine, size_t sz)

Parameters

epoll EpollSelectDispatcher

EpollSelectDispatcher instance

coroutine void delegate
()

fiber coroutine

Meta