WorkerThread
Object Hierarchy:
Description:
public class WorkerThread :
Object
Content:
Properties:
- public bool is_alive { get; }
Whether or not this thread is alive. A thread is alive if it has been
started and has not yet terminated.
- public bool is_started { get; }
Whether or not this thread has been started.
- public bool is_terminated { get; }
Whether or not this thread has been terminated.
- public string name { get; }
The name of this thread.
- public WorkerPool pool { get; }
The worker pool to which this thread belongs.
- public Thread<void*>? thread { get; }
The internal thread object, or null if this worker thread has not yet
started.
Static methods:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object