NeverBlock. co-routines for ruby. requires ruby 1.9.
this post was added on monday august 25th 2008 around 11am. it was added to the link category and was tagged: code, ruby
award tour is a weblog which usually concerns pop culture, web dev, the tech biz, toronto, politics, and random funny shit.
both the posts and the comments on this site are syndicated for your feed reading pleasure.
awardtour.net is produced by tyler rooney. please drop me a line if you have any questions or comments.
coroutines are apparently already a part of ruby, espace is using them in this project to build some sort of non-blocking IO library. Ruby calls coroutines fibers for some reason. (I guess so people still think of threads when they think of them.)