You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: