Thanks for your response, Gary.
Just out of curiosity, what is the advantage of using the java Thread as
opposed to using the Clojure future? Will it yield the same effect or must
I use Thread to explicitly join the threads when they are done executing?
-- Dylan
On Thursday, May 15, 2014 12:04
While an agent is probably what you want, you should not use it like that.
I'm not sure how you can get a failed state with the given code, but here's
how I would do it.
First off, the agent is only meant for logging, so let's keep it on that
job alone. In log-entry, replace the (dosync ...) with: