-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
Description
Documentation
The documentation for add_read/add_writer (https://docs.python.org/3/library/asyncio-eventloop.html#watching-file-descriptors ) does not specify what happens if you add two different callbacks for the same fd. Do both callbacks get called? Or does only one get called? Does the first one or the last callback get called (or maybe a random one, unlikely, but could be valid per current documentation)?
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done
Status
Todo