Skip to content

0.0.1.7

Compare
Choose a tag to compare
@akarnokd akarnokd released this 30 Oct 22:25
· 52 commits to master since this release

NuGet: akarnokd.async-enumerable-dotnet/0.0.1.7

Bugfixes

  • Create termination race condition, error handling

New operators:

  • Concat (nested async sequences)
  • Merge (nested async sequences)
  • Repeat (task predicate)
  • Retry (task predicate)
  • Switch
  • SwitchMap