Java.Util.Concurrent.ICompletionService Members

The members of Java.Util.Concurrent.ICompletionService are listed below.

Public Methods

Poll() : IFuture
Retrieves and removes the Future representing the next completed task, or null if none are present.
Poll(long, TimeUnit) : IFuture
Retrieves and removes the Future representing the next completed task, waiting if necessary up to the specified wait time if none are yet present.
Submit(ICallable) : IFuture
Documentation for this section has not yet been entered.
Submit(Java.Lang.IRunnable, Java.Lang.Object) : IFuture
Documentation for this section has not yet been entered.
Take() : IFuture
Retrieves and removes the Future representing the next completed task, waiting if none are yet present.