Skip to content

Quick helper library containing interfaces and classes to help you prepare for the C# 8 Async Streams feature.

License

Notifications You must be signed in to change notification settings

csrakowski/CSRakowski.AsyncStreamsPreparations

Repository files navigation

CSRakowski.AsyncStreamsPreparations

Quick helper library containing interfaces and classes to help you prepare for the C# 8 Async Streams feature.

Available on NuGet: NuGet and GitHub: GitHub stars

Contained in this library are the interfaces: IAsyncDisposable, IAsyncEnumerable<T>, IAsyncEnumerator<T> and an AsyncEnumerable<T> helper class that simply wraps a regular IEnumerable<T>.

All interface definitions were taken from the CoreClr and CoreFX GitHub repositories on 2019-02-24. Due to the consolidation efforts of the .NET Team, these have now moved to the Runtime repository.

About

Quick helper library containing interfaces and classes to help you prepare for the C# 8 Async Streams feature.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages