You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2026. It is now read-only.
Hi, @PetterS
I want to know if there is a way to expose and call
asyncpython method from quickjsI exposed my simple async function via
add_callableand tried to run it in JS. I am getting error thatcoroutineis not awaited.Problem here that I could not find a way to do it in JS.
I tried:
execute_pending_jobMaybe I am doing something wrong, can you please suggest a workaround?