Thread.start

Thread start() nothrow

Starts 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.