Skip to content

miniproto.event_loop.backend_name

backend_name() -> str

Return the optimized event-loop package selected for this platform.

Returns:

  • strwinloop on Windows and uvloop on every other platform. The name
  • str – is selected without importing or installing the package.