On Mon, Sep 21, 2009 at 2:22 PM, Richard Newman wrote:
>
> > But this script doesn't terminate. I have to press ctr-c to end this
> > script. It seems that there a still some threads active. why ?
>
> http://www.mail-archive.com/clojure@googlegroups.com/msg13865.html
Your response was longer th
> But this script doesn't terminate. I have to press ctr-c to end this
> script. It seems that there a still some threads active. why ?
http://www.mail-archive.com/clojure@googlegroups.com/msg13865.html
--~--~-~--~~~---~--~~
You received this message because you a
I call test.clj like this:
java -cp /Users/roger/Library/clojure/clojure-1.0.0.jar clojure.main
test.clj
The script is:
(defn syncnow []
(println "Hello World")
)
(dorun (pcalls syncnow syncnow syncnow))
But this script doesn't terminate. I have to press ctr-c to