micropython-lib/asyncio_slow
Paul Sokolovsky cad77291d5 asyncio_slow: Rename "async()" to "ensure_future()".
"async()" was deprecated in CPython due to introduction of the similar
keyword, and causes SyntaxError in MicroPython.
2017-09-10 00:08:32 +03:00
..
asyncio_slow.py asyncio_slow: Rename "async()" to "ensure_future()". 2017-09-10 00:08:32 +03:00
test_chain.py asyncio_slow: Add example on chaining coros using "yield from" from docs. 2014-10-21 01:31:57 +03:00
test_future.py asyncio_slow: Add Future examples from docs. 2014-10-21 01:31:57 +03:00
test_future2.py asyncio_slow: Add Future examples from docs. 2014-10-21 01:31:57 +03:00
test_hello_world.py asyncio_slow: Add coroutine example from docs. 2014-10-21 01:31:57 +03:00
test_hello_world_bare.py asyncio_slow: Add example for scheduling coro using Task. 2014-10-21 01:31:57 +03:00
test_hello_world_callback.py asyncio_slow: Add callback example from docs. 2014-10-21 01:31:57 +03:00
test_parallel.py asyncio_slow: Add example of wait() from docs. 2014-10-21 01:31:57 +03:00