That's great news. Thanks Dave! Re-reading http://clojure.org/agents I found it mentioned somewhere at the end, almost like a small, unimportant footnote, easy to overlook...
Now before I start working on a small and handy framework to handle stuff similar to what's called biz objects / biz models in the java world - has by any chance someone already implemented something in that direction? @Rich: Now if we can easily build this functionality via agents, what value would watchers add? Cheers Rowdy On 17 Dez., 20:39, Dave Griffith <dave.l.griff...@gmail.com> wrote: > > I'm actually trying to get a notification after a transaction > > successfully finished. > > Well that's easy. Agent sends are buffered in a transaction, and only > sent upon successful commit. The coolness of this is hard to > overestimate. > > --Dave Griffith --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---