Ags.ConcurrencyProvider¶
- Implementations:
 
Methods¶
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
  | 
|
  | 
|
  | 
|
  | 
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Ags.ConcurrencyProvider¶
 - Bases:
 - Structure:
 
- get_main_loop()¶
 - Returns:
 the
Ags.ThreadimplementingAgs.MainLoop- Return type:
 
Get main loop of application context.
New in version 3.0.0.
- get_task_launcher()¶
 - Returns:
 the
Ags.TaskLauncher- Return type:
 
Get task launcher of application context.
New in version 3.0.0.
- get_thread_pool()¶
 - Returns:
 the
Ags.ThreadPool- Return type:
 
Get thread pool of application context.
New in version 3.0.0.
- get_worker()¶
 - Returns:
 the
GLib.List-struct containing workers- Return type:
 
Get workers of application context.
New in version 3.0.0.
- set_main_loop(main_loop)¶
 - Parameters:
 main_loop (
Ags.Thread) – theAgs.ThreadimplementingAgs.MainLoop
Set main loop of application context.
New in version 3.0.0.
- set_task_launcher(task_launcher)¶
 - Parameters:
 task_launcher (
Ags.TaskLauncher) – theAgs.TaskLauncher
Set task launcher of application context.
New in version 3.0.0.
- set_thread_pool(thread_pool)¶
 - Parameters:
 thread_pool (
Ags.ThreadPool) – theAgs.ThreadPool
Set thread pool of application context.
New in version 3.0.0.
- set_worker(worker)¶
 - Parameters:
 worker ([
Ags.WorkerThread]) – theGLib.List-struct containing workers
Set workers of application context.
New in version 3.0.0.
- do_get_main_loop() virtual¶
 - Returns:
 the
Ags.ThreadimplementingAgs.MainLoop- Return type:
 
Get main loop of application context.
New in version 3.0.0.
- do_get_task_launcher() virtual¶
 - Returns:
 the
Ags.TaskLauncher- Return type:
 
Get task launcher of application context.
New in version 3.0.0.
- do_get_thread_pool() virtual¶
 - Returns:
 the
Ags.ThreadPool- Return type:
 
Get thread pool of application context.
New in version 3.0.0.
- do_get_worker() virtual¶
 - Returns:
 the
GLib.List-struct containing workers- Return type:
 
Get workers of application context.
New in version 3.0.0.
- do_set_main_loop(main_loop) virtual¶
 - Parameters:
 main_loop (
Ags.Thread) – theAgs.ThreadimplementingAgs.MainLoop
Set main loop of application context.
New in version 3.0.0.
- do_set_task_launcher(task_launcher) virtual¶
 - Parameters:
 task_launcher (
Ags.TaskLauncher) – theAgs.TaskLauncher
Set task launcher of application context.
New in version 3.0.0.
- do_set_thread_pool(thread_pool) virtual¶
 - Parameters:
 thread_pool (
Ags.ThreadPool) – theAgs.ThreadPool
Set thread pool of application context.
New in version 3.0.0.
- do_set_worker(worker) virtual¶
 - Parameters:
 worker ([
Ags.WorkerThread]) – theGLib.List-struct containing workers
Set workers of application context.
New in version 3.0.0.