This repository has been archived by the owner on Jan 10, 2021. It is now read-only.
forked from BurntSushi/ripgrep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ignore): Allow post-processing at end-of-thread
On top of the parallel-walk's closures, this provides a Visitor API. - Clarifies the role of the two different closures. - Allows implementing of `Drop` for post-processing at thread completion. The closure API is maintained not just for compatibility but also convinience for simple cases. Fixes BurntSushi#469
- Loading branch information
Showing
1 changed file
with
70 additions
and
16 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