[issue44764] Handling interruption in async tasks

2021-07-28 Thread Ilian Iliev
Change by Ilian Iliev : -- versions: -Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue44764] Handling interruption in async tasks

2021-07-28 Thread Ilian Iliev
New submission from Ilian Iliev : The idea is to provide a way for graceful shutdown so that if an interruption occurs all async tasks are given a certain time to finish before we exit the process. Please take a look at the provided example -> https://gist.github.com/IlianIliev/9aba04a74a4fa