Search Results for

    Show / Hide Table of Contents

    Class StreamsAsyncEnumerableRerunnable<T, TMat>

    Used to treat an IRunnableGraph<TMat> of ISinkQueue<T> as an IAsyncEnumerable<T>

    Inheritance
    object
    StreamsAsyncEnumerableRerunnable<T, TMat>
    Implements
    IAsyncEnumerable<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class StreamsAsyncEnumerableRerunnable<T, TMat> : IAsyncEnumerable<T>
    Type Parameters
    Name Description
    T
    TMat

    Constructors

    | Edit this page View Source

    StreamsAsyncEnumerableRerunnable(Source<T, TMat>, IMaterializer)

    Declaration
    public StreamsAsyncEnumerableRerunnable(Source<T, TMat> source, IMaterializer materializer)
    Parameters
    Type Name Description
    Source<T, TMat> source
    IMaterializer materializer
    | Edit this page View Source

    StreamsAsyncEnumerableRerunnable(Source<T, TMat>, IMaterializer, int, int)

    Declaration
    public StreamsAsyncEnumerableRerunnable(Source<T, TMat> source, IMaterializer materializer, int minBuf, int maxBuf)
    Parameters
    Type Name Description
    Source<T, TMat> source
    IMaterializer materializer
    int minBuf
    int maxBuf

    Methods

    | Edit this page View Source

    GetAsyncEnumerator(CancellationToken)

    Returns an enumerator that iterates asynchronously through the collection.

    Declaration
    public IAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken

    A CancellationToken that may be used to cancel the asynchronous iteration.

    Returns
    Type Description
    IAsyncEnumerator<T>

    An enumerator that can be used to iterate asynchronously through the collection.

    Implements

    IAsyncEnumerable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    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