On this page http://clojure.org/agents I read the following:
     "Agents are integrated with the STM - any dispatches made in a 
transaction are held until it commits, and are discarded if it is retried 
or aborted."

So there must be a way to tell if a dispatch is made from within a 
transaction. Yet I am looking here http://clojure.org/refs and can not find 
any such function.

What then is the means of determining if you are processing a transaction, 
or is this something that involves close integration with STM?

thanks! --Bill

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to