From 16c0391066b38e5f3ea834b59632645890519574 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 29 Nov 2009 16:19:02 -0800 Subject: preliminary NeverBlock support with EventMachine --- lib/rainbows/app_pool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/app_pool.rb') diff --git a/lib/rainbows/app_pool.rb b/lib/rainbows/app_pool.rb index 5c85e0a..036fe9c 100644 --- a/lib/rainbows/app_pool.rb +++ b/lib/rainbows/app_pool.rb @@ -91,7 +91,7 @@ module Rainbows # concurrency models self.re ||= begin case env["rainbows.model"] - when :FiberSpawn, :FiberPool, :Revactor + when :FiberSpawn, :FiberPool, :Revactor, :NeverBlock self.pool = Rainbows::Fiber::Queue.new(pool) end true -- cgit v1.2.3-24-ge0c7