Thread.start
Thread start() nothrowStarts the thread and invokes the function or delegate passed upon construction.
In: This routine may only be called once per thread instance.
Throws
ThreadException if the thread fails to start.
Thread start() nothrowStarts the thread and invokes the function or delegate passed upon construction.
In: This routine may only be called once per thread instance.