xoscar.kill_actor#
- async xoscar.kill_actor(actor_ref: ActorRef)[source]#
Forcefully kill an actor.
It’s important to note that this operation is potentially dangerous as it may result in the termination of other associated actors. Only proceed if you understand the potential impact on associated actors and can handle any resulting consequences.
- Parameters:
actor_ref (ActorRef) – Reference to an actor.
- Return type:
bool