svoid cancelAndClearThreads(Cl l) { for (Thread t : cloneAndClearList(l)) cancelThread(t); }