I think more callbacks are neccessary. For example, a callback to handle clean up at the end of execution would be really nice. I know that python as a language doesn't really bother with having the programmer doing clean up, but certain things such as threads and so on and so forth really do need to be closed for convenient exits.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think more callbacks are neccessary. For example, a callback to handle clean up at the end of execution would be really nice. I know that python as a language doesn't really bother with having the programmer doing clean up, but certain things such as threads and so on and so forth really do need to be closed for convenient exits.
Yep, the closing callback is coming for sure. Lots of people have requested it and it makes sense.