micropython-lib/uasyncio.core/uasyncio
Paul Sokolovsky c60ff8125b uasyncio.core: Avoid wrapping coroutines to lambdas for add_reader/writer.
add_reader/writer default behavior is to schedule "callback" on I/O
completion via call_soon(), there's no need to have lambda for that.
2015-12-12 00:12:19 +02:00
..
core.py uasyncio.core: Avoid wrapping coroutines to lambdas for add_reader/writer. 2015-12-12 00:12:19 +02:00