Doxense / foundationdb-dotnet-client

C#/.NET Binding for FoundationDB Client API
BSD 3-Clause "New" or "Revised" License
149 stars 33 forks source link

Migrate to .NET Standard 2.1 IAsyncEnumerable #94

Closed KrzysFR closed 5 years ago

KrzysFR commented 5 years ago

Add netstandard2.1 target, and refactor the async linq to use the platform's IAsyncEnumerable<T> / IAsyncEnumerator<T> interfaces.

Notable changes:

Possible future issues:

Possible optimizations to consider: