On Feb 20, 11:40 am, Rowdy Rednose <rowdy.redn...@gmx.net> wrote: > Any elegant ideas or examples on how to do this when the underlying > data structure is (a ref to) one of clojure's (immutable) collections, > so that a change to that structure will fire the appropriate event?
You can use add-watcher to notify state changes of one agent to another agent or from a ref to an agent. I'll try to develop some minimal example. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---