method
all_waits

Ruby latest stable (v2_5_5)
-
0 notes -
Class: ThreadsWait
all_waits()
public
Waits until all of the specified threads are terminated. If a block is supplied for the method, it is executed for each thread termination.
Raises exceptions in the same manner as next_wait.