micropython-lib/uasyncio.core/uasyncio
Paul Sokolovsky 17a432c1a3 uasyncio.core: Add cancel(coro) function.
This also adds CancelledError exception and makes TimeoutError be a
subclass of it. As well as adds default exception handler for it in
the eventloop (which just skips re-adding this coro to the scheduling
queue, as expected).
2018-01-07 10:41:51 +02:00
..
core.py uasyncio.core: Add cancel(coro) function. 2018-01-07 10:41:51 +02:00