Class ExecutorAllCompletionService

java.lang.Object
org.infinispan.executors.ExecutorAllCompletionService
All Implemented Interfaces:
CompletionService<Void>

public class ExecutorAllCompletionService extends Object implements CompletionService<Void>
Exectues given tasks in provided executor.
Author:
Radim Vansa <rvansa@redhat.com>