Skip to main content

join

Function join 

Source
pub fn join(group: String, actors: Vec<ActorCell>)
Expand description

Join actors to the group group in the default scope

  • group - The named group. Will be created if first actors to join
  • actors - The list of crate::Actors to add to the group