dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
56 stars 3 forks source link

FastAPI: run Dispatch functions in a thread executor #146

Closed chriso closed 7 months ago

chriso commented 7 months ago

The FastAPI integration now runs Dispatch functions in a thread executor to avoid blocking the underlying asyncio event loop used by FastAPI and Starlette.