Re: starting threads

2009-02-15 Thread Stephen C. Gilardi
On Feb 15, 2009, at 4:04 PM, Mark Volkmann wrote: Suppose I have Thread objects in variables named t1, t2 and t3. Is there an easier way to start all of the threads than this? (dorun (map #(.start %) [t1 t2 t3])) (doseq [t [t1 t2 t3]] (.start t)) --Steve smime.p7s Descri

starting threads

2009-02-15 Thread Mark Volkmann
Suppose I have Thread objects in variables named t1, t2 and t3. Is there an easier way to start all of the threads than this? (dorun (map #(.start %) [t1 t2 t3])) -- R. Mark Volkmann Object Computing, Inc. --~--~-~--~~~---~--~~ You received this message because y