awestlake87 / pyo3-asyncio

Other
315 stars 48 forks source link

how to integrate pyo3-asyncio to some thing like tauri that also needs run on main thread? #128

Open buf1024 opened 4 months ago

buf1024 commented 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.

How do we solve this conflict?