ThreadID value for the calling thread.
Example:
writefln("Current thread ID: %s", thisThreadID);ThreadID thisThreadID() @property @trusted nothrow @nogcReturns the process ID of the current thread, which is guaranteed to be unique within the current process.