micropython-lib/uasyncio.core
Paul Sokolovsky 460dd59b16 uasyncio.core: Don't pass any callback args to add_reader/add_writer.
Instead, capture all needed param in closure. Due do bug in MicroPython's
handling of default args to lambdas, helper function is used.
2015-12-09 00:40:04 +02:00
..
uasyncio uasyncio.core: Don't pass any callback args to add_reader/add_writer. 2015-12-09 00:40:04 +02:00
metadata.txt uasyncio.core: Release 0.8.3. 2014-12-17 00:34:14 +02:00
setup.py uasyncio.core: Release 0.8.3. 2014-12-17 00:34:14 +02:00