ThreadBase.isMainThread

bool isMainThread() @property nothrow @nogc

Tests whether this thread is the main thread, i.e. the thread that initialized the runtime

Returns

true if the thread is the main thread