void(* fn)() | The thread function. |
void delegate() dg | The thread function. |
char[] n | The new name for this thread. |
uint milliseconds | The minimum duration the calling thread should be suspended. |
void delegate(void*, void*) fn | The scanner function. It should scan from p1 through p2 - 1. |