Closed ig-sinicyn closed 4 years ago
Fix tabs/spaces
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?:)
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.
Sorry, it was web browser rendering issue :)
@NN---, thanks for the review!:)
Will push the fixes in a day or two.
Adds helper that runs asynchronous callbacks in parallel.
Degree of parallelism logic matches to the Parallel.For implementation.