about summary refs log tree commit homepage
path: root/lib/rainbows/fiber_pool.rb
DateCommit message (Expand)
2011-04-26doc: stop recommending Fiber* stuff
2011-01-06minor cleanups following state cleanups
2011-01-06eliminate G constant and just use the Rainbows! module
2010-12-26more :: prefix elimination
2010-10-22fiber_{pool,spawn}: unindent
2010-10-22fiber_pool: no need for old Fiber::IO
2010-10-22code shuffling for kgio
2010-09-28start using kgio library
2010-08-26split out accept() callers to acceptor module
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-04refactor response body handling for sendfile(2)
2009-11-28common Rainbows.accept method
2009-11-26cleanup and refactor error handling
2009-11-26Fiber*: cleanup scheduling, fix keepalive
2009-11-25Fiber*: add Rainbows::Fiber.sleep method
2009-11-25Documentation updates for new concurrency models
2009-11-25add FiberPool concurrency model