Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ stop
Method
stop
python/tests/proton_tests/common.py:228–231 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
226
self.thread.start()
227
228
def
stop(self):
229
self.running = False
230
self.reactor.wakeup()
231
self.thread.join()
232
233
# Note: all following methods all run under the thread:
234
Callers
5
testKeepalive
Method · 0.95
testIdleTimeout
Method · 0.95
on_done
Method · 0.45
tearDown
Method · 0.45
run
Method · 0.45
Calls
2
join
Method · 0.80
wakeup
Method · 0.45
Tested by
1
on_done
Method · 0.36