From 725adcc6986bc2658d92ea3ebebe61d2b83060ad Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 May 2011 00:17:06 +0000 Subject: split out pool_size module coolio_thread_pool, neverblock both use it, and xepoll_thread_pool will support it next, too. --- lib/rainbows.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rainbows.rb') 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' -- cgit v1.2.3-24-ge0c7