rsdn / CodeJam

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
MIT License
258 stars 35 forks source link

+ TaskHelper.ForEachAsync method #112

Closed ig-sinicyn closed 4 years ago

ig-sinicyn commented 4 years ago

Adds helper that runs asynchronous callbacks in parallel.

Degree of parallelism logic matches to the Parallel.For implementation.

NN--- commented 4 years ago

Fix tabs/spaces

ig-sinicyn commented 4 years ago

I've checked the code and it is fine. No spaces instead of tabs, all indented correctly. It's line-wrapped on the review pane but it is github thing, not an issue in the code.

Would you spot exact place you think we need to fix?:)

ig-sinicyn commented 4 years ago

P.S. Lifehack: you can use ?ts=4 to override default rendering settings. https://github.com/rsdn/CodeJam/pull/112/files?ts=4, as example.

NN--- commented 4 years ago

Sorry, it was web browser rendering issue :)

ig-sinicyn commented 4 years ago

@NN---, thanks for the review!:)

Will push the fixes in a day or two.