micropython/ports/webassembly/qstrdefsport.h
Damien George e9c898cb33 webassembly/asyncio: Support top-level await of asyncio Task and Event.
This change allows doing a top-level await on an asyncio primitive like
Task and Event.

This feature enables a better interaction and synchronisation between
JavaScript and Python, because `api.runPythonAsync` can now be used (called
from JavaScript) to await on the completion of asyncio primitives.

Signed-off-by: Damien George <damien@micropython.org>
2024-06-18 22:23:16 +10:00

5 lines
71 B
C

// qstrs specific to this port
// *FORMAT-OFF*
Q(/lib)
Q(asyncio.core)