Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RL-Align/RL-Kernel
/ kill
Method
kill
tests/test_ray_actor_manager.py:92–93 ·
view source on GitHub ↗
(self, actor, no_restart=True)
Source
from the content-addressed store, hash-verified
90
return
ref.value
91
92
def
kill(self, actor, no_restart=True):
93
self.kill_calls.append((actor, no_restart))
94
95
def
shutdown(self):
96
self.shutdown_calls += 1
Callers
1
shutdown
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected