kopia lustrzana https://github.com/micropython/micropython-lib
asyncio_micro: IODone syscall should return to coroutine.
rodzic
acd25d05fc
commit
bfaf6b8d19
|
@ -79,7 +79,6 @@ class EventLoop:
|
|||
self.remove_reader(ret.obj.fileno())
|
||||
elif ret.op == IO_WRITE:
|
||||
self.remove_writer(ret.obj.fileno())
|
||||
continue
|
||||
except StopIteration as e:
|
||||
log.debug("Gen finished: %s", cb)
|
||||
continue
|
||||
|
|
Ładowanie…
Reference in New Issue