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
start
nothrow
(
)
in { assert (!next && !prev); }

Throws

ThreadException if the thread fails to start.

Suggestion Box / Bug Report