= private = protected
join(*threads)
Waits for specified threads to terminate.
# File lib/thwait.rb, line 106 def join(*threads) join_nowait(*threads) next_wait end