Open
Description
Currently get_all_awaited_by
API is provided part of _remote_debugging
module.
But the module is private currently, and there are some usecase for this API from aiomonitor.
So it would be useful if we could export it as part of the asyncio API, such as 'asyncio.get_all_awaited_by'.
Please let me know if there is concern to export this API as public. @kumaraditya303 @pablogsal
cc @achimnol
Metadata
Metadata
Assignees
Projects
Status
Todo