Clarify docs for atexit behavior when using ray.kill (#12807)

This commit is contained in:
Edward Oakes
2020-12-11 21:45:39 -06:00
committed by GitHub
parent 1ce745cf44
commit 6262ee1f76
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -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