-
Notifications
You must be signed in to change notification settings - Fork 56
Add APIs to process the files in a directory concurrently #709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d34ace5 to
28f7daf
Compare
Codecov Report
@@ Coverage Diff @@
## master #709 +/- ##
==========================================
- Coverage 38.15% 37.92% -0.24%
==========================================
Files 50 51 +1
Lines 6465 6544 +79
Branches 952 961 +9
==========================================
+ Hits 2467 2482 +15
- Misses 3338 3402 +64
Partials 660 660
Continue to review full report at Codecov.
|
554fd2e to
d942611
Compare
d942611 to
bc0105d
Compare
calixteman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thank you.
|
Could you fix the clippy issue before merging please ? |
bc0105d to
419e375
Compare
Done |
They can be used in different contexts, for example, to count the number of files in a directory, the number of its subdirectories or extract some information contained or scattered through different files. They can also be used to compute some metrics that act on files in some way.
419e375 to
890ebf7
Compare
They can be used in different contexts, for example, to count the number of files in a directory, the number of its subdirectories or extract some information contained or scattered through different files.
They can also be used to compute some metrics that act on files in some way and integration tests that need repository to test things.