Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: use coroutine::parallel_for_each(range) when appropriate
`coroutine::parallel_for_each` accepts both a range and a pair of iterators. let's use the former when appropriate. it is simpler this way. Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information