MessageFiber.reset

Resets the fiber and change the coroutine

  1. void reset()
  2. void reset(void function() coroutine)
    class MessageFiber
    void
    reset
    (
    void function
    ()
    coroutine
    )
  3. void reset(void delegate() coroutine)
  4. void reset(Fiber fiber)

Parameters

coroutine void function
()

fiber coroutine function

Meta