ThreadGuard

Manage BDWGC thread registration. Use ThreadGuard.create() to instantiate and register the current thread. Unregisters the thread on destruction. No-op if GCThreads is disabled.

Destructor

~this
~this()

Unregisters the thread if registered

Postblit

this(this)
this(this)
Undocumented in source.

Members

Static functions

create
ThreadGuard create()

Factory function to create and register a ThreadGuard

Meta