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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rainbows/fiber.rb b/lib/rainbows/fiber.rb
index 94f7d94..b516fb9 100644
--- a/lib/rainbows/fiber.rb
+++ b/lib/rainbows/fiber.rb
@@ -30,4 +30,5 @@ module Rainbows::Fiber
 
   autoload :Base, 'rainbows/fiber/base'
   autoload :Queue, 'rainbows/fiber/queue'
+  autoload :IO, 'rainbows/fiber/io'
 end