static void cancelThreads(Collection l) { for (Thread t : unnull(l)) cancelThread(t); }