1
0
forked from Mirror/wren
Files
wren/doc/site/modules
Bob Nystrom 1661f5368f Allow passing a value when first starting a fiber.
If the function the fiber is created from takes a parameter, the value
passed to the first call() or transfer() gets bound to that parameter.

Also, this now correctly handles fibers with functions that take
parameters. It used to leave the stack in a busted state. Now, it's a
runtime error to create a fiber with a function that takes any more
than one parameter.
2017-10-19 20:45:13 -07:00
..
2015-11-09 07:37:06 -08:00
2016-05-21 12:53:21 -07:00
2015-11-09 07:37:06 -08:00
2015-11-09 07:37:06 -08:00
2016-05-21 12:44:17 -07:00
2016-05-21 12:44:17 -07:00