blob: 054e6c0a70161f3e074f68d4ceb094370e1a1e5a (
plain) (
blame)
1
2
3
4
5
6
|
ThreadsWait watches for termination of multiple threads. Basic functionality
(wait until specified threads have terminated) can be accessed through the class
method ThreadsWait::all_waits. Finer control can be gained using instance
methods.
WWW: https://github.com/ruby/thwait
|