-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
655: Implement `ParJoin` for `MaybeJoin` if the inner type is `ParJoin` r=WaDelma a=kyren <!-- Before creating a PR, please make sure you read the contribution guidelines. --> <!-- Feel free to delete points if they don't make sense for this PR. --> <!-- You can tick boxes by putting an "x" inside the braces, or by clicking them once the comment is published. --> <!-- Please use "Fixes #nr" and "Related #nr", respectively. --> ## Checklist * [x] I've added tests for all code changes and additions (where applicable) * [ ] I've added a demonstration of the new feature to one or more examples * [ ] I've updated the book to reflect my changes * [ ] Usage of new public items is shown in the API docs I've added a simple test to make sure `ParJoin` actually works with `MaybeJoin`, but I haven't updated any of the examples. The test is not terribly important as it wasn't really a question whether it would work or not, the real question is whether it's safe. Co-authored-by: kyren <[email protected]>
- Loading branch information
Showing
2 changed files
with
80 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