This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Output to console that the application is shutting down gracefully #794
Closed
Description
Until recently whenever I wanted to stop my app I felt that ctrl+c
felt really slow without a reason, I didn't know that it was canceling the shutdown to wait for the main thread to exit gracefully.
So perhaps output a message after this line of code to say that "Application is shutting down." so that it doesn't feel like nothing is going on?