Class

AgsReturnableThread

[]

Description

class Ags.ReturnableThread : Ags.Thread
  implements Ags.Connectable {
  flags: volatile guint,
  thread_pool: GObject*,
  reset_mutex: GRecMutex,
  safe_data: void*,
  handler: gulong
}

No description available.

[]

Implements

[]

Constructors

ags_returnable_thread_new

Create a new instance of AgsReturnableThread.

since: 3.0.0

[]

Instance methods

ags_returnable_thread_connect_safe_run

Connects callback to thread.

since: 3.0.0

ags_returnable_thread_disconnect_safe_run

Disconnects callback of thread.

since: 3.0.0

ags_returnable_thread_safe_run
No description available.

ags_returnable_thread_set_flags

Set flags.

since: 3.0.0

ags_returnable_thread_test_flags

Test flags to be set on returnable_thread.

since: 3.0.0

ags_returnable_thread_unset_flags

Unset flags.

since: 3.0.0

Methods inherited from AgsThread (45)
Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

Ags.ReturnableThread:thread-pool

The assigned AgsThreadPool providing default settings.

since: 3.0.0

Properties inherited from AgsThread (3)
[]

Signals

Ags.ReturnableThread::safe-run

The ::safe-run is invoked durin AgsThread::run as a context safe wrapper.

since: 3.0.0

Signals inherited from AgsThread (4)
Signals inherited from GObject (1)

Class structure

[]

Virtual methods

Ags.ReturnableThreadClass.safe_run
No description available.