about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-09 00:17:06 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-09 00:17:06 +0000
commit725adcc6986bc2658d92ea3ebebe61d2b83060ad (patch)
treedcaa850fc3a329e98dd420083105421cabfc5295 /lib/rainbows.rb
parent3c1649226d2371ce09d14f3fcce18fec0af1ba02 (diff)
downloadrainbows-725adcc6986bc2658d92ea3ebebe61d2b83060ad.tar.gz
coolio_thread_pool, neverblock both use it, and
xepoll_thread_pool will support it next, too.
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index 0b663ba..da7011a 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -151,6 +151,7 @@ module Rainbows
   autoload :SyncClose, 'rainbows/sync_close'
   autoload :ReverseProxy, 'rainbows/reverse_proxy'
   autoload :JoinThreads, 'rainbows/join_threads'
+  autoload :PoolSize, 'rainbows/pool_size'
 end
 
 require 'rainbows/error'