MCPcopy 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

testKeepaliveMethod · 0.95
testIdleTimeoutMethod · 0.95
on_doneMethod · 0.45
tearDownMethod · 0.45
runMethod · 0.45

Calls 2

joinMethod · 0.80
wakeupMethod · 0.45

Tested by 1

on_doneMethod · 0.36