micropython-lib/uasyncio/uasyncio
Paul Sokolovsky b4b19f1dce uasyncio: Schedule simple I/O completion callbacks directly in event loop.
Simple == without args. This is expected action for them, and saves creation
of lambda just for that. Actually, probably all callbacks should be handled
this way.
2015-12-11 22:53:29 +02:00
..
__init__.py uasyncio: Schedule simple I/O completion callbacks directly in event loop. 2015-12-11 22:53:29 +02:00