glib.RWLock

Undocumented in source.

Public Imports

glib.c.types
public import glib.c.types;
gtkc.glibtypes
public import gtkc.glibtypes;

Members

Classes

RWLock
class RWLock

The GRWLock struct is an opaque data structure to represent a reader-writer lock. It is similar to a glib.Mutex in that it allows multiple threads to coordinate access to a shared resource.