Files
wren/doc/site
Bob Nystrom 556af50f83 Revise low level fiber semantics to play nicer with schedulers.
Now that I'm starting to write a real async scheduler on top of Wren's
basic fiber API, I have a better feel for what it needs. It turns out
run() is not it.

- Remove run() methods.
- Add transfer() which leaves the caller of the invoked fiber alone.
- Add suspend() to return control to the host application.
- Add Timer.schedule() to start a new independently scheduled fiber.
- Change Timer.sleep() so that it only transfers control to explicitly
  scheduled fibers, not any one.
2015-08-30 22:15:37 -07:00
..
2015-01-03 23:27:02 -08:00
2015-08-20 22:34:33 -07:00
2015-05-03 11:12:17 -07:00
2015-02-20 06:54:03 -08:00
2015-07-10 09:18:22 -07:00
2015-04-23 17:46:18 -05:00
2015-03-27 20:59:15 -07:00