yield

If the caller is a Fiber and is not a Generator, this function will call scheduler.yield() or Fiber.yield(), as appropriate.

  1. void yield()
    nothrow
    void
    yield
    ()
  2. void yield(T value)
  3. void yield(T value)

Meta