about summary refs log tree commit homepage
path: root/lib/rainbows/base.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-30 00:17:32 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-30 00:17:32 -0800
commitc8972f91b2b2e1c49c7c8fdc070430435c38de4e (patch)
tree958787b3cadb19167d6ce61bcdb85a5ecfafe603 /lib/rainbows/base.rb
parentfea5a7d500c63032d48945dd4d3b2ab4dde19715 (diff)
downloadrainbows-c8972f91b2b2e1c49c7c8fdc070430435c38de4e.tar.gz
Just die naturally here if threads don't die on
their own.
Diffstat (limited to 'lib/rainbows/base.rb')
-rw-r--r--lib/rainbows/base.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb
index 7ee5c03..3336c3b 100644
--- a/lib/rainbows/base.rb
+++ b/lib/rainbows/base.rb
@@ -74,7 +74,6 @@ module Rainbows
       until threads.empty? || Time.now >= expire
         threads.delete_if { |thr| thr.alive? ? thr.join(0.01) : true }
       end
-      exit!(0) unless threads.empty?
     end
 
     def self.included(klass)