Commit Graph

10 Commits

Author SHA1 Message Date
7f90485cff Let the user know the arity of a missing method in the error message. 2015-01-04 14:42:11 -05:00
c967439ead Add Fiber.abort() method. 2015-01-01 10:40:14 -08:00
f6cbb6ad75 Add Fiber.try(). 2014-10-15 06:36:42 -07:00
f03895b17e Symmetric coroutines! 2014-04-14 07:23:05 -07:00
2da8025cd4 Fiber.create -> new Fiber 2014-04-04 18:24:55 -07:00
d146018559 Convert all fns to block arg syntax. 2014-04-02 19:41:53 -07:00
cc56ac4da7 Convert fiber tests to use block arguments. 2014-04-02 17:31:58 -07:00
edd360a934 More fiber tests. 2014-02-14 07:16:56 -08:00
4b8b676ffe Handle errors with fiber usage. 2014-01-13 06:58:27 -08:00
f3a1f7e677 Fibers!
Still have some edge cases to implement but the basics are in
place and working now.
2014-01-12 11:02:07 -08:00