Interface ICompletionService<V>
Namespace: Lucene.Net.Support.Threading
Assembly: Lucene.Net.dll
Syntax
public interface ICompletionService<V>
Type Parameters
| Name | Description |
|---|---|
| V |
Methods
| Improve this Doc View SourceSubmit(ICallable<V>)
Declaration
Task<V> Submit(ICallable<V> task)
Parameters
| Type | Name | Description |
|---|---|---|
| ICallable<V> | task |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<V> |
Take()
Declaration
Task<V> Take()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<V> |