uvloopEasy Playground

Ultra-fast asyncio event loop replacement (libuv-based)

Getting started with uvloopRun locally
Install
pip install uvloop
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: uvloop)

uvloop is a third-party package. Ultra-fast asyncio event loop replacement (libuv-based). Install with: pip install uvloop

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?