resume

private fnvoid resume(ThreadBase _t) nothrow @nogc

Resume the specified thread and unload stack and register information. If the supplied thread is the calling thread, stack and register information will be unloaded but the thread will not be resumed. If the resume operation fails and the thread is not running then it will be removed from the global thread list, otherwise an exception will be thrown.

Parameters

tThe thread to resume.

Throws

ThreadError if the resume fails for a running thread.