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
uvloop is a replacement for the asyncio event loop implemented in Cython that runs 2-4x faster, according to their benchmarks. uvloop currently doesn't support Windows, so this will have to be an optional thing.
The text was updated successfully, but these errors were encountered:
uvloop is a replacement for the asyncio event loop implemented in Cython that runs 2-4x faster, according to their benchmarks. uvloop currently doesn't support Windows, so this will have to be an optional thing.
The text was updated successfully, but these errors were encountered: