-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Implement RFC-3574 Concurrent Stat In List (#3599)
* feat: add concurrent stat in list * feat: merge main syntax minor fix * feat: modify for PR review * chore: cargo fmt * feat: fix early exit bug * chore: cargo fmt & clippy * feat: fix for PR review * chore: switch to push_back and pop_front * feature: discard the while loop with an if-else clause * chore: prune code blocks * chore: rename Task to StatTask * chore: cargo fmt * feat: fix miss changed push_back to pop_front * feat: replace listing by Option<oio::Lister>
- Loading branch information
Showing
3 changed files
with
107 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters