As far as I can tell, futures are *not* agents, but wrap the java.util.concurrent.Future class. However, they do run in the same thread pool that the agents use, so your point still stands.
On Fri, Feb 20, 2009 at 9:09 AM, Mark Volkmann <[email protected]>wrote: > > The doc string for the future function should probably mention that it > uses an Agent so shutdown-agents should be called at the end of > applications that use it. > > -- > R. Mark Volkmann > Object Computing, Inc. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
