This commit is contained in:
2023-08-12 14:23:50 +02:00
parent 10966625b0
commit 90424ffbc0

View File

@@ -86,9 +86,9 @@ impl<T> ClosableSender<T> {
self.origin.read().unwrap().clone()
}
fn close(&mut self) {
self.origin.write().unwrap().take();
}
// fn close(&mut self) {
// self.origin.write().unwrap().take();
// }
}