You should give it an error-handler: http://clojure.github.io/clojure/clojure.core-api.html#clojure.core/agent
On Fri, Jun 20, 2014 at 12:46 PM, Hussein B. <[email protected]> wrote: > Hi, > > When using send-off of an Agent, how to know if any exception is happened? > Since AFAIK, agents are executed in different thread. > > Currently, I'm calling (agent-error) but nothing is logged. Maybe nothing > went wrong but some how I'm sure something went wrong. > > Thank you. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
