Class StreamsAsyncEnumerableRerunnable<T, TMat>
Inheritance
StreamsAsyncEnumerableRerunnable<T, TMat>
Assembly: Akka.Streams.dll
Syntax
public sealed class StreamsAsyncEnumerableRerunnable<T, TMat> : IAsyncEnumerable<T>
Type Parameters
Constructors
|
Edit this page
View Source
StreamsAsyncEnumerableRerunnable(Source<T, TMat>, IMaterializer)
Declaration
public StreamsAsyncEnumerableRerunnable(Source<T, TMat> source, IMaterializer materializer)
Parameters
|
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
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
Returns
Type |
Description |
IAsyncEnumerator<T> |
An enumerator that can be used to iterate asynchronously through the collection.
|
Implements
Extension Methods