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

Add Clone conformance to WeakSender #136

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Conversation

bwoods
Copy link
Contributor

@bwoods bwoods commented Nov 28, 2023

Other Weak implementations (e.g. sync::Weak and tokio::WeakSender) implement Clone, so I think this change is uncontroversial.

  • Since self.shared is already Clone the change is trivial.

@zesterer
Copy link
Owner

Yes, this seems very reasonable. Thanks!

@zesterer zesterer merged commit fcf3849 into zesterer:master Nov 28, 2023
4 checks passed
@bwoods
Copy link
Contributor Author

bwoods commented Nov 28, 2023

Thanks for the quick merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants