SharedGuard

Helper used in with() to easily access shared methods of a class

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Alias This

reg

Members

Static functions

acquire
SharedGuard acquire(T reg, Mutex mutex)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

reg
T reg;
Undocumented in source.

Meta