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:02:51 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-09 00:02:51 +0000
commit380ef63bc2c8f7b6f1cab7387aa9343bc5720c9c (patch)
tree4d82b6448c63c36bdfb18336d8d437fb3fcd04d6 /lib/rainbows.rb
parentdf00f2b1028ba95450246c82e468878b6ec903a3 (diff)
downloadrainbows-380ef63bc2c8f7b6f1cab7387aa9343bc5720c9c.tar.gz
This is probably friendlier on server resources in the worst
case than XEpollThreadSpawn but may perform worse in the client
client-visible way, 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 395ce13..0b663ba 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -140,6 +140,7 @@ module Rainbows
   autoload :ActorSpawn, "rainbows/actor_spawn"
   autoload :NeverBlock, "rainbows/never_block"
   autoload :XEpollThreadSpawn, "rainbows/xepoll_thread_spawn"
+  autoload :XEpollThreadPool, "rainbows/xepoll_thread_pool"
 
   # :startdoc:
   autoload :Fiber, 'rainbows/fiber' # core class