glib.Cond

Undocumented in source.

Public Imports

glib.c.types
public import glib.c.types;
Undocumented in source.
gtkc.glibtypes
public import gtkc.glibtypes;
Undocumented in source.

Members

Classes

Cond
class Cond

The #GCond struct is an opaque data structure that represents a condition. Threads can block on a #GCond if they find a certain condition to be false. If other threads change the state of this condition they signal the #GCond, and that causes the waiting threads to be woken up.

Meta