static void joinThreads(Thread... l) { for (Thread t : l) joinThread(t); }