micropython-lib/uasyncio.core/uasyncio
Paul Sokolovsky acbc5e462f uasyncio.core: Implement EventLoop.create_task(), new method in Python 3.4.2.
This method allows to schedule a coroutine in a loop without confusing globals
like async() or Task().
2014-11-04 02:52:31 +02:00
..
core.py uasyncio.core: Implement EventLoop.create_task(), new method in Python 3.4.2. 2014-11-04 02:52:31 +02:00