When a task is scheduled, it becomes impossible to stop it, even when the main thread stops. This can have problematic scenario's with memory usage and unwanted code execution. It is advised to create a method for the tracker to stop its threads gracefully when necessary.
When a task is scheduled, it becomes impossible to stop it, even when the main thread stops. This can have problematic scenario's with memory usage and unwanted code execution. It is advised to create a method for the tracker to stop its threads gracefully when necessary.