pyo3-asyncio icon indicating copy to clipboard operation
pyo3-asyncio copied to clipboard

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

Open buf1024 opened this issue 6 months ago • 0 comments

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?

buf1024 avatar Jul 28 '24 12:07 buf1024