about summary refs log tree commit homepage
path: root/lib/rainbows/revactor/proxy.rb
DateCommit message (Collapse)
2011-02-06kill some unnecessary &block usage
We were needlessly allocating objects even when using yield.
2010-07-29revactor: Actor-aware dev_fd_response proxying
Proxying regular Ruby IO objects while Revactor is in use is highly suboptimal, so proxy it with an Actor-aware wrapper for better scheduling.