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 end this  
script. It seems that there a still some threads active. why ?

Regards
   Roger

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to