Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ shutdown_executor
Method
shutdown_executor
python/graphscope/nx/classes/cache.py:257–258 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
255
future = None
256
257
def
shutdown_executor(self):
258
self.executor.shutdown(wait=True)
259
260
def
clear(self):
261
""
"Clear batch cache and lru cache, reset the status and warmup again"
""
Callers
1
__del__
Method · 0.80
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected