about summary refs log tree commit homepage
path: root/lib/rainbows/fiber
DateCommit message (Expand)
2010-06-18fiber/base: more accurate sleep timeout
2010-06-18prefer Array#[] lookup to Array#first/Array#last
2010-03-28cleanup: avoid redundant REMOTE_ADDR logic
2010-03-28fiber/base: do not modify hash during iteration (1.9.2dev)
2010-02-26avoid leaks if app uses Rainbows::Fiber::IO
2010-02-11use Hash#compare_by_identity for performance
2009-12-22common Rainbows.sleep(nr) method
2009-12-22new RevFiberSpawn concurrency model
2009-12-16cleanup: consolidate write_nonblock error handling
2009-12-16fiber/io: split out wait_readable and wait_writable methods
2009-12-11env["hack.io"] for Fiber*, Revactor, Thread* models
2009-11-26Fiber::Queue documentation
2009-11-26split Fiber::Base into its own file
2009-11-26Fiber*: cleanup scheduling, fix keepalive
2009-11-25AppPool middleware now compatible with Fibers
2009-11-25add FiberSpawn concurrency model