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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to