You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if one actor needs to have a handle to another actor, it must explicitly declare that in its state. This can make constructing a series of interconnected actors tricky. It also can distract from the core logic of an actor. One possible solution is for the actor builder to keep a tuple of different clients (or tuple of containers of clients) that is then passed to the scheduler.
The text was updated successfully, but these errors were encountered:
Currently, if one actor needs to have a handle to another actor, it must explicitly declare that in its state. This can make constructing a series of interconnected actors tricky. It also can distract from the core logic of an actor. One possible solution is for the actor builder to keep a tuple of different clients (or tuple of containers of clients) that is then passed to the scheduler.
The text was updated successfully, but these errors were encountered: