We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a366b6d commit dc00991Copy full SHA for dc00991
moler/asyncio_runner.py
@@ -119,6 +119,8 @@ def stop(self):
119
# Fallback for older Python versions
120
_BaseEventLoopPolicy = asyncio.DefaultEventLoopPolicy
121
print(f"Using {_BaseEventLoopPolicy} as base for LoudEventLoopPolicy")
122
+
123
124
class LoudEventLoopPolicy(_BaseEventLoopPolicy):
125
_loop_factory = LoudEventLoop
126
0 commit comments