You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although .NET Core 3 has IAsyncEnumerable<T> ReadAllAsync<T>(), I decided to expose .AsAsyncEnumerable() as an alternative for .NET Standard 2.1 users.
.ToChannel<T>() extension for AsyncEnumerable<T>.
.Batch() and .Join() extensions better leverage on-demand requests from the source channel.
singleReader optional parameter is commonly available.
deferredExecution optional parameter exposed to guarantee methods can yield to the caller.