Skip to main content

demonitor

Function demonitor 

Source
pub fn demonitor(group_name: String, actor: ActorId)
Expand description

Unsubscribes the provided crate::Actor for updates from the group in default scope

  • group_name - The group to demonitor
  • actor - The ActorCell representing who will no longer receive updates