summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-12-10 12:41:09 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-12-10 12:43:49 +0900
commit7be550d046c726c2a3aa625ceb260d9b2268fb5a (patch)
treeb5c9bb72c5c6ca25cb878a8f87783427187f9154 /lib
parent129c3216d966fc25209a7e50418413ffecd25281 (diff)
Stop Thread.new in `DRb::TimerIdConv::TimerHolder2#on_gc`
and add more stop_pool after stop_service
Diffstat (limited to 'lib')
-rw-r--r--lib/drb/drb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/drb/drb.rb b/lib/drb/drb.rb
index 4c0f396d44..e2aaf701ce 100644
--- a/lib/drb/drb.rb
+++ b/lib/drb/drb.rb
@@ -1215,6 +1215,7 @@ module DRb
def kill
@thread.kill
+ @thread.join
end
def method_missing(msg, *arg, &blk)