taskiq is async native, but having rudimentary support for sync sqla engines and DB drivers is good to have.
Considering the popularity of frameworks like FastAPI and anyio, we can assume that these sync invocations are happening from anyio worker threads and pass async tasks back to the caller event loop using anyio.from_thread.run
taskiq is async native, but having rudimentary support for sync sqla engines and DB drivers is good to have.
Considering the popularity of frameworks like FastAPI and anyio, we can assume that these sync invocations are happening from anyio worker threads and pass async tasks back to the caller event loop using
anyio.from_thread.run