Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_set
Method · 0.80
send
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected