Sometimes its a good idea to spawn a new thread from the GUI, to do some heavy calculation or
other time consuming task, to avoid the GUI to freeze as the task is running.
When a thread has been spawned, it would often also be nice to recieve som kind of
feedback from the calculation, of progress and [...]