In a long-running process, Java's ScheduledThreadPoolExecutor [1] will 
handle this. Since Clojure's functions implement both Java Callable and 
Runnable, they can be passed as arguments to the .submit and .schedule* 
methods.

-Stuart Sierra
clojure.com

[1] 
http://download.oracle.com/javase/6/docs/api/java/util/concurrent/ScheduledThreadPoolExecutor.html

-- 
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