minimize &block usage for yield
commit53bac4f65d9430495c8043b239cc936012ea7a8d
authorEric Wong <normalperson@yhbt.net>
Sun, 6 Feb 2011 06:19:09 +0000 (6 06:19 +0000)
committerEric Wong <normalperson@yhbt.net>
Sun, 6 Feb 2011 06:19:09 +0000 (6 06:19 +0000)
tree8e7e520e1e50725e66fad8693181c650f7d77aee
parent44eb53f5a5f1ea2e5aee93d0caf995f42b3179f7
minimize &block usage for yield

No need to allocate a proc every time when we can just
yield much more efficiently.
lib/rainbows/dev_fd_response.rb
lib/rainbows/ev_core/cap_input.rb
lib/rainbows/fiber/base.rb
lib/rainbows/queue_pool.rb
lib/rainbows/sync_close.rb