Mutex

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

lock
void lock()
Undocumented in source. Be warned that the author may not have intended to support it.
tryLock
bool tryLock()
Undocumented in source. Be warned that the author may not have intended to support it.
unlock
void unlock()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
Mutex create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mu
gpr_mu mu;
Undocumented in source.

Meta