On Tue, Jan 6, 2009 at 11:18 AM, Mark Volkmann <[email protected]> wrote: > > On Tue, Jan 6, 2009 at 10:00 AM, wubbie <[email protected]> wrote: >> user=> (shutdown-agents) >> nil > [snip] > >> user=> (send-off my-agent sleep-and-multiply 7 1500) >> java.util.concurrent.RejectedExecutionException (NO_SOURCE_FILE:0) > > I don't know why you're getting that error.
The error is because you shut down the agent pools. Don't do that until you're done sending actions to agents! --Chouser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
