micropython/extmod/uasyncio
Miguel Grinberg de2e081260 extmod/uasyncio: Fix start_server and wait_closed race condition.
This fix prevents server.wait_closed() from raising an AttributeError when
trying to access server.task.  This can happen if it is called immediately
after start_server().
2021-06-08 15:10:50 +10:00
..
__init__.py
core.py
event.py
funcs.py
lock.py
manifest.py
stream.py
task.py