From 13baf8bd44683a376b79c01c3abbaa71e5b86a71 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 7 Jul 2010 08:30:22 +0000 Subject: stream_file: split this out from rev/sendfile Other concurrency models will eventually be able to use it, too. --- lib/rainbows.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rainbows.rb') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index b1ec220..3ea98ed 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -123,4 +123,5 @@ module Rainbows # :startdoc: autoload :Fiber, 'rainbows/fiber' # core class autoload :ByteSlice, 'rainbows/byte_slice' + autoload :StreamFile, 'rainbows/stream_file' end -- cgit v1.2.3-24-ge0c7