Open phargogh opened 9 years ago
Provide some sort of functionality to allow threads to be cancelled.
Ideally, it would be great if this could happen in a safe manner or optionally in an unsafe manner.
Useful post I've tried on the subject: http://stackoverflow.com/questions/323972/is-there-any-way-to-kill-a-thread-in-python
Provide some sort of functionality to allow threads to be cancelled.
Ideally, it would be great if this could happen in a safe manner or optionally in an unsafe manner.