-
I installed
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You could check if the current event loop (https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_running_loop) is the one injected by uvloop (https://github.com/MagicStack/uvloop/blob/master/uvloop/__init__.py#L18-L20) |
Beta Was this translation helpful? Give feedback.
You could check if the current event loop (https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_running_loop) is the one injected by uvloop (https://github.com/MagicStack/uvloop/blob/master/uvloop/__init__.py#L18-L20)