about summary refs log tree commit homepage
path: root/lib/rainbows/fiber/io.rb
DateCommit message (Expand)
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-06fix string slicing under 1.9 after short writes
2010-06-28fiber/base: reuse process_client logic in base
2010-06-18fiber/{base,io}: use arrays instead of hashes for r/w accounting
2010-02-26avoid leaks if app uses Rainbows::Fiber::IO
2009-12-16fiber/io: split out wait_readable and wait_writable methods
2009-11-26Fiber*: cleanup scheduling, fix keepalive
2009-11-25add FiberSpawn concurrency model