MessageFiber.this

Constructor

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

Parameters

coroutine void delegate
()

fiber coroutine

sz size_t

fiber stack size

Meta