MCPcopy Index your code
hub / github.com/reactive-python/reactpy / run_send

Function run_send

src/py/reactpy/reactpy/backend/flask.py:270–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 stop = ThreadEvent()
269
270 def run_send() -> None:
271 while not stop.is_set():
272 send(dispatch_thread_info.thread_send_queue.get())
273
274 Thread(target=run_send, daemon=True).start()
275

Callers

nothing calls this directly

Calls 3

is_setMethod · 0.80
sendFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected