svoid cancelAndClearThreadsExceptCurrent(Cl l) { for (Thread t : cloneAndClearList(l)) cancelThreadUnlessCurrent(t); }