From 90a86c9822238f01e8d60c9303b9a0da64351c7f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 5 Feb 2011 10:44:52 +0000 Subject: *epoll: refactor common loop code acceptor thread pools could use some work, still --- lib/rainbows/thread_pool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/thread_pool.rb') diff --git a/lib/rainbows/thread_pool.rb b/lib/rainbows/thread_pool.rb index 3b8e68e..8f2b629 100644 --- a/lib/rainbows/thread_pool.rb +++ b/lib/rainbows/thread_pool.rb @@ -35,7 +35,7 @@ module Rainbows::ThreadPool thr.join(1) and Rainbows.quit! end end - join_threads(pool) + Rainbows::JoinThreads.acceptors(pool) end def sync_worker # :nodoc: -- cgit v1.2.3-24-ge0c7