about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-18 23:59:21 -0700
committerEric Wong <normalperson@yhbt.net>2010-08-19 00:27:15 -0700
commitbd3ed0b04f826b20cce83f9b77fc13c0eefd3902 (patch)
tree8b1065a10ae2e3e44bfe04edc868946e603adfc7 /lib/rainbows.rb
parentac05e7035e1946b78ce4679548db7680aa01734c (diff)
downloadrainbows-bd3ed0b04f826b20cce83f9b77fc13c0eefd3902.tar.gz
This allows for per-dispatch timeouts similar to (but not exactly)
the way Mongrel (1.1.x) implemented them with threads.
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 2faf3c8..52e7519 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -137,4 +137,5 @@ module Rainbows
   autoload :ByteSlice, 'rainbows/byte_slice'
   autoload :StreamFile, 'rainbows/stream_file'
   autoload :HttpResponse, 'rainbows/http_response' # deprecated
+  autoload :ThreadTimeout, 'rainbows/thread_timeout'
 end