Show / Hide Table of Contents

    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 Source

    Submit(ICallable<V>)

    Declaration
    Task<V> Submit(ICallable<V> task)
    Parameters
    Type Name Description
    ICallable<V> task
    Returns
    Type Description
    Task<V>
    | Improve this Doc View Source

    Take()

    Declaration
    Task<V> Take()
    Returns
    Type Description
    Task<V>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)