MCPcopy Create free account
hub / github.com/ehForwarderBot/ehForwarderBot / poll

Function poll

ehforwarderbot/__main__.py:178–186  ·  view source on GitHub ↗

Start threads for polling

()

Source from the content-addressed store, hash-verified

176
177
178def poll():
179 """
180 Start threads for polling
181 """
182 coordinator.master_thread.start()
183 for i in coordinator.slave_threads:
184 coordinator.slave_threads[i].start()
185
186 exit_event.wait()
187
188
189def setup_logging(args, conf):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected