SelectFiber.this

Constructor

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

Parameters

epoll EpollSelectDispatcher

EpollSelectDispatcher instance

coroutine void delegate
()

fiber coroutine

sz size_t

fiber stack size

Meta