-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: make the memchr iterators implement Send/Sync
They did this previously, but due to some internally re-shuffling, these impls got dropped accidentally. (Because the iterator switched to using raw pointers.) They are still Send/Sync, we just need to explicitly opt into it now. We also add a regression test to ensure we don't make this mistake again. Fixes #133, Closes #134
- Loading branch information
1 parent
3a570a9
commit a12d405
Showing
2 changed files
with
26 additions
and
0 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