pub fn monitor_scope(scope: String, actor: ActorCell)Expand description
Subscribes the provided crate::Actor to the scope for updates
scope- the scope to monitoractor- The ActorCell representing who will receive updates
pub fn monitor_scope(scope: String, actor: ActorCell)Subscribes the provided crate::Actor to the scope for updates
scope - the scope to monitoractor - The ActorCell representing who will receive updates