CarryingFiber.this

Constructor function merely taking a function/delegate pointer, to call when invoking this Fiber (via .call()).

  1. this(Fn fn, Args args)
    class CarryingFiber(T)
    this
    (
    Fn
    Args...
    )
    (
    Fn fn
    ,
    Args args
    )
  2. this(T payload, Fn fn, Args args)

Meta