Open buf1024 opened 4 months ago
Dear friends,
As the document states pyo3-asyncio event loop needs run on main thread, but when integrates it to some thing like tauri which also needs run on main thread, we fail to call python async function.
pyo3-asyncio
tauri
async
How do we solve this conflict?
Dear friends,
As the document states
pyo3-asyncio
event loop needs run on main thread, but when integrates it to some thing liketauri
which also needs run on main thread, we fail to call pythonasync
function.How do we solve this conflict?