about summary refs log tree commit homepage
path: root/lib/rainbows/fiber/io/methods.rb
DateCommit message (Collapse)
2011-06-11doc: remove docs for Rainbows::Fiber::* APIs
Do not encourage their use, really.
2011-02-06kill some unnecessary &block usage
We were needlessly allocating objects even when using yield.
2010-12-27fiber/*: more efficient keepalive_timeout expiry
We can use the same interface as Rainbows::Fiber.sleep to avoid blindly waking up readers at ever scheduler invocation.
2010-11-19upgrade to Kgio 2.x and Unicorn 3.x
Kgio 2.0.0 has a superior API and less likely to conflict or blow up with other applications. Unicorn 3.x requires Kgio 2.x, too.
2010-10-26doc: RDoc updates
Once again we avoid documenting internals on the public website and use code comments for other developers.
2010-10-22code shuffling for kgio
Despite the large number of changes, most of it is code movement here.