Skip to content

Instantly share code, notes, and snippets.

@sadeghhp
Created July 17, 2022 04:22
Show Gist options
  • Save sadeghhp/b13e70fb9857a4ab12c08f58be651c6d to your computer and use it in GitHub Desktop.
Save sadeghhp/b13e70fb9857a4ab12c08f58be651c6d to your computer and use it in GitHub Desktop.
// create the children of actor a2 -- NOTE: this is inside actor a2!
ActorRef b1 = Context.ActorOf(Props.Create<BasicActor>(), "b1");
ActorRef b2 = Context.ActorOf(Props.Create<BasicActor>(), "b2");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment