Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Manually implement Clone for Sender/SyncSender #495

Merged
merged 3 commits into from
Jun 10, 2019
Merged

Manually implement Clone for Sender/SyncSender #495

merged 3 commits into from
Jun 10, 2019

Conversation

sdroege
Copy link
Member

@sdroege sdroege commented Jun 10, 2019

The automatically derived implementation will only work if the channel's
item type is also implementing Clone, which is not required here.

Fixes #494

The automatically derived implementation will only work if the channel's
item type is also implementing Clone, which is not required here.

Fixes #494
@sdroege sdroege merged commit c78caaf into gtk-rs:master Jun 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

glib::Sender is not Clone when T is not Clone
2 participants