micropython-lib/uasyncio.core/uasyncio
Paul Sokolovsky afa6192501 uasyncio.core: Store currently executed task as an attribute of event loop.
Currently executed task is a top-level coroutine scheduled in the event
loop (note that sub-coroutines aren't scheduled in the event loop and
are executed implicitly by yield from/await, driven by top-level coro).
2017-12-03 00:22:17 +02:00
..
core.py uasyncio.core: Store currently executed task as an attribute of event loop. 2017-12-03 00:22:17 +02:00