Files
woggioni 69762d93df Document that mixin setup/shutdown loops may not be running
Under RSGI __rsgi_init__ is called before the loop starts, so
asyncio.get_running_loop() raises RuntimeError inside setup(). Spell out
that mixins must use the loop they are given, since the ASGI lifespan
incidentally runs with a live loop.
2026-09-18 02:37:08 +00:00
..
2026-07-15 22:18:45 +08:00

kaya-core

Core package of the Kaya web framework.

Provides method-aware routing, path matching, HTTP/WebSocket abstractions, and an ASGI adapter.