Skip to content
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.

License

Notifications You must be signed in to change notification settings

mukulmajmudar/asyncio_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Clean startup and shutdown for asyncio-based applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages