Start and stop(forced) a threaded job
See the question and my original answer on StackOverflowYou could use the .NET ThreadPool class, this way you don't have to handle the stack yourself.
You could use the .NET ThreadPool class, this way you don't have to handle the stack yourself.