ExecutorCompletionService for Spring TaskExecutor [SPR-5341] #10014
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Dave Syer opened SPR-5341 and commented
Add TaskExecutorCompletionService. It would be nice to be able to use the TaskExecutor abstraction in a CompletionService, since it has wider applicability than Executor from java.util.concurrent.
Another very useful feature which can be built in is the ability to throttle the tasks, so that at most N are pending execution at any time, causing the submit() method to block until one completes.
Attachments:
The text was updated successfully, but these errors were encountered: