Skip to main content

join_scoped

Function join_scoped 

Source
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 join
  • group - The named group. Will be created if first actors to join
  • actors - The list of crate::Actors to add to the group