Project

General

Profile

Bug #11313 » 0002-cont.c-it-must-be-not-it-must-be-be.patch

tuzz (Chris Patuzzo), 06/26/2015 10:47 PM

View differences:

cont.c
* comes with a small 4KB stack. This enables the fiber to be paused from deeply
* nested function calls within the fiber block.
*
* When a fiber is created it will not run automatically. Rather it must be
* When a fiber is created it will not run automatically. Rather it must
* be explicitly asked to run using the <code>Fiber#resume</code> method.
* The code running inside the fiber can give up control by calling
* <code>Fiber.yield</code> in which case it yields control back to caller
(1-1/2)