Re: future with user specified ExecutorService

2012-10-27 Thread Max Penet
Yes I know, but my membership approval is still pending on clojure-dev (CA on the way), and from what I have read, I am supposed to ask first on the ML before creating a JIRA ticket. http://dev.clojure.org/display/design/JIRA+workflow Slow process... Max On Saturday, October 27, 2012 1:02:4

Re: future with user specified ExecutorService

2012-10-27 Thread Casper Clausen
+1 That would be nice. This may not be the right place for the suggestion though. On Thursday, October 25, 2012 2:43:58 PM UTC+2, Max Penet wrote: > > wrong commit: > https://github.com/mpenet/clojure/commit/9c6e47524dc21c6bdfaa9d0cc2a69377cc69cbf3 > > > On Thursday, October 25, 2012 2:35:01 P

Re: future with user specified ExecutorService

2012-10-25 Thread Max Penet
wrong commit: https://github.com/mpenet/clojure/commit/9c6e47524dc21c6bdfaa9d0cc2a69377cc69cbf3 On Thursday, October 25, 2012 2:35:01 PM UTC+2, Max Penet wrote: > > Another enhancement proposal, would it be possible to have a future-call > arity with an additional argument as the ExecutorServi

future with user specified ExecutorService

2012-10-25 Thread Max Penet
Another enhancement proposal, would it be possible to have a future-call arity with an additional argument as the ExecutorService used. It seems to be a trivial but useful modification, but I wanted to ask here before creating a ticket for this. Something like this maybe: https://github.com/m