svoid cancelAndClearThreadsVerbose(Cl l) { for (Thread t : cloneAndClearList(l)) cancelThreadVerbose(t); }