Thread.start

Starts the thread and invokes the function or delegate passed upon construction.

In: This routine may only be called once per thread instance.

class Thread
final nothrow
start
()

Throws

ThreadException if the thread fails to start.

Meta