Class
AgsWorkerThread
[−]
Description
class Ags.WorkerThread : Ags.Thread
implements Ags.Connectable {
status_flags: volatile guint,
run_mutex: GMutex,
run_cond: GCond,
worker_thread: GThread*
}
No description available.
[+]
Descendants
[−]
Signals
Ags.WorkerThread::do-poll
The ::do_poll() signal runs independently of ::run() but might be synchronized using a conditional lock.
since: 3.0.0
[+]