You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
Clean startup and shutdown for asyncio-based applications
Call asyncio_application.start() to start the event loop. Gracefully shutdown the application by sending the SIGINT (Ctrl+C) or SIGTERM signal to the process.
Requires Python 3.7 or higher.
About
Clean startup and shutdown for asyncio-based applications.