Description
Replaces Python's default asyncio event loop with a high-performance implementation based on libuv. It helps async network services and applications reduce event-loop overhead when compatible.
Developers use it as a performance library. Test behavior under real workloads, because event-loop changes can expose differences in scheduling, shutdown, and platform support.