monitor_scope

Function monitor_scope 

Source
pub fn monitor_scope(scope: String, actor: ActorCell)
Expand description

Subscribes the provided crate::Actor to the scope for updates

  • scope - the scope to monitor
  • actor - The ActorCell representing who will receive updates