Search Results for

    Show / Hide Table of Contents

    Delegate AsyncCallback<T>

    An asynchronous callback holder that is attached to an IAsyncContext<TOut, TExt>.

    Invoking will eventually lead to Akka.Streams.Implementation.Fusing.GraphInterpreter.OnAsyncInput being called.

    Dispatch an asynchronous notification. This method is thread-safe and may be invoked from external execution contexts.

    Namespace: Akka.Streams.Stage
    Assembly: Akka.Streams.dll
    Syntax
    public delegate void AsyncCallback<in T>(T element)
    Parameters
    Type Name Description
    T element

    TBD

    Type Parameters
    Name Description
    T

    TBD

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    PredicateInfoFactory.CreatePredicateInfo<T>(Delegate)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET