Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/slackapi/python-slack-sdk
/ shutdown
Method
shutdown
slack_sdk/socket_mode/interval_runner.py:29–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
return
self.thread is not None and self.thread.is_alive()
28
29
def
shutdown(self):
30
if
self.is_alive():
31
self.event.set()
32
self.thread.join()
33
self.thread = None
Callers
7
stop
Method · 0.80
stop_unsafe
Method · 0.80
stop
Method · 0.80
stop
Method · 0.80
stop_unsafe
Method · 0.80
close
Method · 0.80
close
Method · 0.80
Calls
1
is_alive
Method · 0.95
Tested by
no test coverage detected