-
Notifications
You must be signed in to change notification settings - Fork 717
feat: add Std.Broadcast type
#10369
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
Merged
Merged
feat: add Std.Broadcast type
#10369
Conversation
This file contains hidden or 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
Collaborator
|
Mathlib CI status (docs):
|
Collaborator
|
Reference manual CI status:
|
fc8cd02 to
df99764
Compare
cf50a95 to
0f25183
Compare
df99764 to
b464d11
Compare
b464d11 to
3d5f236
Compare
a002f37 to
ec6df09
Compare
4d63600 to
aa03a24
Compare
ec6df09 to
8b10d38
Compare
aa03a24 to
b22f827
Compare
8b10d38 to
bb2954d
Compare
0be97b8 to
448be34
Compare
hargoniX
requested changes
Sep 25, 2025
Contributor
hargoniX
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.
Looks generally like a sound approach, just some comments/questions regarding styling and invariants.
Co-authored-by: Markus Himmel <[email protected]>
df59d6b to
06352ca
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
changelog-library
Library
toolchain-available
A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a multi-consumer, multi-producer channel to Std.Sync.
This PR depends on: #10366, #10367 and #10370.