MCPcopy Create free account
hub / github.com/StackStorm/st2 / wait

Method wait

st2common/st2common/transport/consumers.py:202–203  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

200 self.wait()
201
202 def wait(self):
203 self._consumer_thread.wait()
204
205 def shutdown(self):
206 LOG.info("Shutting down %s...", self.__class__.__name__)

Callers 10

startMethod · 0.95
wait_allMethod · 0.45
wait_allMethod · 0.45
_run_workerFunction · 0.45
_run_workerFunction · 0.45
waitFunction · 0.45
on_timeout_expiredFunction · 0.45
run_commandFunction · 0.45

Calls

no outgoing calls