Skip to content

Commit 48671ce

Browse files
committed
asyncio_micro: IODone syscall should return to coroutine.
1 parent 4218e7d commit 48671ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎asyncio_micro/asyncio_micro.py

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def run_forever(self):
7979
self.remove_reader(ret.obj.fileno())
8080
elif ret.op == IO_WRITE:
8181
self.remove_writer(ret.obj.fileno())
82-
continue
8382
except StopIteration as e:
8483
log.debug("Gen finished: %s", cb)
8584
continue

0 commit comments

Comments
 (0)