pub fn join_scoped(scope: String, group: String, actors: Vec<ActorCell>)Expand description
Join actors to the group group within the scope scope
scope- The named scope. Will be created if first actors to joingroup- The named group. Will be created if first actors to joinactors- The list of crate::Actors to add to the group