Hi folks,
just a quick note (followed by a question) to let you know that my GCD
rendition of ruby 1.9's most used feature – Fibers, is nearing completion. Code
here:
https://github.com/alskipp/MacrubyFibers
Currently passes 51 expectations from the fiber spec. 3 failures, all related
to raisi
Hey Alan,
Awesome! I haven't had a chance to go through the code in detail, but I like
the general approach. I'll definitely be looking into this in more detail
later, but for now I just wanted to let you know that there are specs for Ruby
1.9's fibers in the MacRuby repo at 'spec/frozen/librar