Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 280 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 280 Bytes

asyncio_application

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.