Skip to content
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

sync: implement Default for watch::Sender #6626

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

nylonicious
Copy link
Contributor

Closes #6623

@github-actions github-actions bot added the R-loom-sync Run loom sync tests on this PR label Jun 9, 2024
@Darksonn Darksonn added A-tokio Area: The main tokio crate M-sync Module: tokio/sync labels Jun 10, 2024
Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@Darksonn Darksonn merged commit 17555d7 into tokio-rs:master Jun 10, 2024
82 checks passed
@nylonicious nylonicious deleted the default-watch-sender branch June 10, 2024 21:10
This was referenced Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please impl Default for watch::Sender<T> where T: Default
2 participants