Introduces IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), and ParallelForEachAsync() GitHub: https://github.com/Dasync/AsyncEnumerable PROBLEM SPACE Helps to (a) create an element provider, where producing an element can take a lot of time due to dependency on other asynchronous events (e.g. wait handles, network streams), and (b) a consumer that processes those element as soon as they are ready without blocking the thread (the processing is scheduled on a worker thread instead). EXAMPL
[email protected] is safe to use (health: 54/100)
Get this data programmatically — free, no authentication.
curl https://depscope.dev/api/check/nuget/AsyncEnumeratorLast updated · 2019-12-04T18:31:00.063+00:00