Clone impl for Broadcaster
simon-bourne opened this issue · 5 comments
simon-bourne commented
Is there any reason why Clone
isn't implemented for Broadcaster
?
Pauan commented
I don't think there's any particular reason, it just hasn't been done yet.
simon-bourne commented
Great, it looked like it'd be easy to add as it's just an Arc
inside, and the implementations of Broadcaster::signal*
looked like they'd work on a clone of the Arc
, but wanted to check. Would you take a pull request?
Pauan commented
Thanks for the offer, but I already implemented it, it'll be in the next release.
simon-bourne commented
Even better, thanks!
Pauan commented
This was released in version 0.3.25