On Oct 16, 1:18 am, CuppoJava <[EMAIL PROTECTED]> wrote:
> Thanks again Rich.
>
> Another question about agents. I understand that the actions are
> executed automatically by the thread pool. Is there any manual way to
> schedule the actions to agents, in case I need some manual control?

Hmm.. well, either you have concurrent threads or you have manual
scheduling control, really. But, you can organize the work prior to
dispatching to agents. And, you can leverage the agents' order-of-
action semantics (all actions sent from same thread/agent will happen
in order). You can also use workflow/coordination constructs like the
queues and latches from java.util.concurrent.

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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to