0.0.1.3
NuGet: akarnokd.async-enumerable-dotnet/0.0.1.3
Frameworks
- Support for NETStandard 2.0 added.
New operators:
Renames:
FirstTask->FirstAsyncLastTask->LastAsyncSingleTask->SingleAsync
Behavior changes
Takenow disposes the source sequence right after delivering the nth item instead of waiting for the consumer to call dispose eventualy.