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 813eec2 commit 7e781d7Copy full SHA for 7e781d7
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