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

Lines changed: 0 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy