static void waitForThreads(Collection threads) ctex { for (Thread t : threads) t.join(); }