> On second thought, maybe Agents will work, if one can enforce the > ordering of updates.
"Actions dispatched to an agent from another single agent or thread will occur in the order they were sent" (from clojure.org/agents) - seems like this may be helpful, but since updates can occur from multiple threads (the agent thread pool), it seems that the agent cells implementation must explicitly enforce update ordering to match the dependency relationship. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---