We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83f842 commit cc71a0fCopy full SHA for cc71a0f
src/utils/src/pollable_channel.rs
@@ -50,6 +50,7 @@ impl<T: Send> PollableChannelSender<T> {
50
}
51
52
53
+#[derive(Clone)]
54
pub struct PollableChannelReciever<T: Send> {
55
inner: Arc<Inner<T>>,
56
0 commit comments