xoscar.create_actor_pool#
- async xoscar.create_actor_pool(address: str, n_process: int | None = None, **kwargs) MainActorPoolType [source]#
Create an actor pool.
- Parameters:
address (str) – Address of the actor pool.
n_process (Optional[int], default=None) – Number of processes.
kwargs (dict) – Other keyword arguments for the actor pool.
- Return type:
MainActorPoolType