mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 11:45:17 +08:00
Clarify docs for atexit behavior when using ray.kill (#12807)
This commit is contained in:
@@ -1007,6 +1007,7 @@ def exit_actor():
|
||||
"""Intentionally exit the current actor.
|
||||
|
||||
This function is used to disconnect an actor and exit the worker.
|
||||
Any ``atexit`` handlers installed in the actor will be run.
|
||||
|
||||
Raises:
|
||||
Exception: An exception is raised if this is a driver or this
|
||||
|
||||
Reference in New Issue
Block a user