micropython-lib/uasyncio.core
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
..
uasyncio uasyncio.core: Implement EventLoop.create_task(), new method in Python 3.4.2. 2014-11-04 02:52:31 +02:00
metadata.txt uasyncio: Split off uasyncio.core dist module. 2014-10-24 01:00:53 +03:00
setup.py uasyncio: Split off uasyncio.core dist module. 2014-10-24 01:00:53 +03:00