Flowdock
method

yield

Importance_1
yield(*args) public

Yields control back to the context that resumed the fiber, passing along any arguments that were passed to it. The fiber will resume processing at this point when resume is called next. Any arguments passed to the next resume will be the value that this Fiber.yield expression evaluates to.

Show source
Register or log in to add new notes.