about summary refs log tree commit homepage
path: root/lib/rainbows/fiber.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/fiber.rb')
-rw-r--r--lib/rainbows/fiber.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rainbows/fiber.rb b/lib/rainbows/fiber.rb
index 94502a3..f0755aa 100644
--- a/lib/rainbows/fiber.rb
+++ b/lib/rainbows/fiber.rb
@@ -4,6 +4,8 @@ require 'rainbows/fiber/io'
 
 module Rainbows
   module Fiber
+    autoload :Queue, 'rainbows/fiber/queue'
+
     RD = {}
     WR = {}
     ZZ = {}