about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-27 17:59:28 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-27 17:59:53 -0800
commit3cc3c73959c0227ddc732699975a1edb1f0aa2d1 (patch)
treecb06890fec8a1c0c549e9468a9edd8ef85e79009 /lib/rainbows.rb
parent48ff371c2021e477a1c57bb68dbeecaca21053de (diff)
downloadrainbows-3cc3c73959c0227ddc732699975a1edb1f0aa2d1.tar.gz
It seems to basically work, this is based heavily on the
Revactor one...
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 9d81a2e..8a41586 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -79,6 +79,7 @@ module Rainbows
     :EventMachine => 50,
     :FiberSpawn => 50,
     :FiberPool => 50,
+    :ActorSpawn => 50,
   }.each do |model, _|
     u = model.to_s.gsub(/([a-z0-9])([A-Z0-9])/) { "#{$1}_#{$2.downcase!}" }
     autoload model, "rainbows/#{u.downcase!}"