uvloop

uvloop is a fast, drop-in replacement for the default asyncio event loop, built on libuv.

On Unix (Linux and macOS), using uvloop can improve asyncio performance.

uvloop is not supported on Windows.

Installation

Install Genesis with the uvloop extra:

pip install genesis[uvloop]

Usage

When the extra is installed, the Genesis CLI uses uvloop automatically.

See also