Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ shutdown
Method
shutdown
src/python/cli/src/mesos/futures.py:184–188 ·
view source on GitHub ↗
(self, wait=True)
Source
from the content-addressed store, hash-verified
182
raise
NotImplementedError()
183
184
def
shutdown(self, wait=True):
185
if
wait:
186
for
thread in self._threads:
187
thread.join()
188
self._threads = []
Callers
nothing calls this directly
Calls
1
join
Method · 0.65
Tested by
no test coverage detected