static L makeSleepingThreads(int count) { new L threads; repeat count { threads.add(startThread("Sleeper", f sleep)); } ret threads; }