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

Class _DispatcherThreadInfo

src/py/reactpy/reactpy/backend/flask.py:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287
288class _DispatcherThreadInfo(NamedTuple):
289 dispatch_loop: asyncio.AbstractEventLoop
290 dispatch_future: asyncio.Future[Any]
291 thread_send_queue: ThreadQueue[Any]
292 async_recv_queue: AsyncQueue[Any]
293
294
295@dataclass

Callers 1

run_dispatcherFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected