ExperimentalEnumerable Class

Provides a set of static methods for querying objects that implement IAsyncEnumerableT.

THE METHODS ARE EXPERIMENTAL. THEY MAY BE UNSTABLE AND UNTESTED. THEY MAY BE REMOVED FROM A FUTURE MAJOR OR MINOR RELEASE AND POSSIBLY WITHOUT NOTICE. USE THEM AT YOUR OWN RISK. THE METHODS ARE PUBLISHED FOR FIELD EXPERIMENTATION TO SOLICIT FEEDBACK ON THEIR UTILITY AND DESIGN/IMPLEMENTATION DEFECTS.

Definition

Namespace: MoreLinq.Experimental.Async
Assembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
C#
public static class ExperimentalEnumerable
Inheritance
Object    ExperimentalEnumerable

Methods

MergeT(IEnumerableIAsyncEnumerableT) Concurrently merges all the elements of multiple asynchronous streams into a single asynchronous stream.
MergeT(IEnumerableIAsyncEnumerableT, Int32) Concurrently merges all the elements of multiple asynchronous streams into a single asynchronous stream. An additional parameter specifies the maximum concurrent operations that may be in flight at any give time.

See Also