glib.Thread

Undocumented in source.

Public Imports

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

Members

Classes

Thread
class Thread

The glib.Thread struct represents a running thread. This struct is returned by Thread.new or Thread.tryNew. You can obtain the glib.Thread struct representing the current thread by calling Thread.self.