Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: implement cloning of a NotififcationSender
Lars Wirzenius committed 1 year ago
commit ccb82c8890f7835b120ba44275e8287571d9dba8
parent c7dbff55e5c706aa38adca054c014bb17046eb45
1 file changed +1 -0
modified src/notif.rs
@@ -12,6 +12,7 @@ const EVENT_RECV_TIMEOUT: Duration = Duration::from_secs(1);
const UPDATE_IMTERVAL: Duration = Duration::from_secs(1);

/// Channel endpoint for sending notifications.
+
#[derive(Clone)]
pub struct NotificationSender {
    sender: Sender<()>,
}