pub fn demonitor_scope(scope: String, actor: ActorId)Expand description
Unsubscribes the provided crate::Actor from the scope for updates
scope- The scope to demonitoractor- The ActorCell representing who will no longer receive updates
pub fn demonitor_scope(scope: String, actor: ActorId)Unsubscribes the provided crate::Actor from the scope for updates
scope - The scope to demonitoractor - The ActorCell representing who will no longer receive updates