Open
Description
-
uvloop version:
latest -
Python version:
3.11.2 -
Platform:
All, and testing on Linux -
Can you reproduce the bug with
PYTHONASYNCIODEBUG
in env?:
n.a -
Does uvloop behave differently from vanilla asyncio? How?:
no -
Purpose:
Add a public API to
- setting running state
- allow run_once of event loop
- Background:
I want to pull the event from backend_fd from another process and process them on os GUI event loop which like electron, but uvloop has no public API to run_once and keep _is_running
- Refs:
Metadata
Metadata
Assignees
Labels
No labels