From e0c33c583c5b4d2a4661edb6c41d6a60b44dae9d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 17 Oct 2009 22:42:55 -0700 Subject: Fix graceful shutdown handling of Thread* models harder I need better tests for graceful shutdown... --- lib/rainbows/thread_pool.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rainbows/thread_pool.rb') diff --git a/lib/rainbows/thread_pool.rb b/lib/rainbows/thread_pool.rb index d7f0b14..2bae89b 100644 --- a/lib/rainbows/thread_pool.rb +++ b/lib/rainbows/thread_pool.rb @@ -55,10 +55,10 @@ module Rainbows rescue Errno::EINTR next rescue Errno::EBADF, TypeError - return + break end rescue Object => e - listen_loop_error(e) if LISTENERS.first + listen_loop_error(e) end while ! Thread.current[:quit] && LISTENERS.first } end -- cgit v1.2.3-24-ge0c7