about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
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 611c0ec..b2c315d 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -15,6 +15,7 @@ module Rainbows
 
   autoload :Revactor, 'rainbows/revactor'
   autoload :ThreadPool, 'rainbows/thread_pool'
+  autoload :ThreadSpawn, 'rainbows/thread_spawn'
 
   class << self
     def run(app, options = {})