remote#
- ActorClass.remote(*args: Any, **kwargs: Any) ActorHandle[T] | type[T][source]#
Create an actor.
- Parameters:
- Returns:
A handle to the newly created actor.
- Return type:
ActorHandle[T] | type[T]
Create an actor.
A handle to the newly created actor.
ActorHandle[T] | type[T]