Great! Thanks for your reply, it turned out I had a bug somewhere in my code and I was bleeding send-offs.
On Jun 5, 12:06 am, Tassilo Horn <[email protected]> wrote: > mifrai <[email protected]> writes: > > Hi! > > > I noticed that there's a send-off in the dosync clause of ants.clj > > > Does send-off hold off enqueue'ing the action when a dosync fails/ > > repeats or do the actions keep getting added? > > send and send-off actions will only be enqueued if the transactions > succeeds. > > Bye, > Tassilo > -- > Richard Stallman wrote the compiler God used. The Big Bang was the > Universe's first segfault. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
