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 480f2d6..dac2952 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -144,6 +144,7 @@ module Rainbows
   autoload :WorkerYield, 'rainbows/worker_yield'
   autoload :SyncClose, 'rainbows/sync_close'
   autoload :ReverseProxy, 'rainbows/reverse_proxy'
+  autoload :JoinThreads, 'rainbows/join_threads'
 end
 
 require 'rainbows/error'