On Dec 24, 2008, at 7:46 AM, MikeM wrote:

>
> With the addition of release-pending-sends, is it now possible to
> support await in an agent action? I see that await still throws if
> used in an agent action, but if a send is released, it seems
> reasonable to be able to use await. I suppose await could internally
> do a release-pending-sends to allow this.
>

No, await in actions is prohibited in order to prevent deadlock (A  
awaits B awaits A). Nothing about release-pending-sends impacts that.

Rich


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to