MCPcopy Create free account
hub / github.com/apache/qpid-proton / run

Method run

python/tests/proton_tests/common.py:235–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

233 # Note: all following methods all run under the thread:
234
235 def run(self):
236 self.reactor.timeout = 3.14159265359
237 while self.reactor.process():
238 if not self.running:
239 self.acceptor.close()
240 self.reactor.stop()
241 break
242
243 def on_connection_bound(self, event):
244 if "idle_timeout" in self.args:

Callers

nothing calls this directly

Calls 3

processMethod · 0.45
closeMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected