micropython-lib/uasyncio.core/uasyncio
Paul Sokolovsky 222758f0c2 uasyncio.core: Switch to dedicated utimeq class.
Allows zero-allocation scheduling of tasks. As long as tasks don't use
await/yield from with coroutines, and don't allocate memory themselves,
there will be no allocation and GC.
2016-12-22 13:04:09 +03:00
..
core.py uasyncio.core: Switch to dedicated utimeq class. 2016-12-22 13:04:09 +03:00