Invoking a function of remote actor in parallel

Say I have a remote actor class A, which has a remote function f. Other remote actors might go ahead and call f, sometimes in parallel. How do I make sure that those invocations can actually happen in parallel? Do I need to set up multiple remote actor As?

Consider using a ActorPool? Using Actors — Ray v1.9.1

1 Like