From f83fe5edb79e51616afcf2a9f991cfe153eabd48 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 20 May 2011 15:44:48 -0700 Subject: try_defer: enable documentation It should hopefully give this more visibility even though it's an internal feature. --- lib/rainbows/event_machine.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/rainbows/event_machine.rb') diff --git a/lib/rainbows/event_machine.rb b/lib/rainbows/event_machine.rb index 025b795..fb7177b 100644 --- a/lib/rainbows/event_machine.rb +++ b/lib/rainbows/event_machine.rb @@ -32,9 +32,7 @@ EM::VERSION >= '0.12.10' or abort 'eventmachine 0.12.10 is required' # all request processing is complete. # # Merb (and other frameworks/apps) supporting +deferred?+ execution as -# documented at http://brainspl.at/articles/2008/04/18/deferred-requests-with-merb-ebb-and-thin -# will also get the ability to conditionally defer request processing -# to a separate thread. +# documented at Rainbows::EventMachine::TryDefer # # This model does not implement as streaming "rack.input" which allows # the Rack application to process data as it arrives. This means -- cgit v1.2.3-24-ge0c7