CarryingFiber.this

Constructor function taking a T payload to assign to its own internal this.payload, as well as a function/delegate pointer to call when invoking this Fiber (via .call()).

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

Meta