-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Things to check first
- I have searched the existing issues and didn't find my feature already requested there
Feature description
The EventLoopPolicy and install methods of uvloop have been deprecated, and uvloop.run is now used instead. Is it possible to add uvloop as the backend for async by simply modifying the run method of asyncio to use the uvloop.run method, while keeping the rest of the code consistent with asyncio
Use case
just like
anyio.run(backend="uvloop")
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request