docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator +

    operator +(AsyncRequest<T>, Func<AsyncRequest<T>, Result>)

    Operator overload for adding functors to the AsyncRequest queue.

    Declaration
    public static AsyncRequest<T> operator +(AsyncRequest<T> a, Func<AsyncRequest<T>, AsyncRequest.Result> b)
    Parameters
    Type Name Description
    AsyncRequest<T> a

    Current AsyncRequest

    Func<AsyncRequest<T>, AsyncRequest.Result> b

    Functor to be added

    Returns
    Type Description
    AsyncRequest<T>

    AsyncRequest with updated functors queue.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)