-
-
Save sadeghhp/b13e70fb9857a4ab12c08f58be651c6d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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