Top |
AgsThread *
ags_concurrency_provider_get_main_loop
(AgsConcurrencyProvider *concurrency_provider
);
Get main loop of application context.
Since: 3.0.0
void ags_concurrency_provider_set_main_loop (AgsConcurrencyProvider *concurrency_provider
,AgsThread *main_loop
);
Set main loop of application context.
Since: 3.0.0
AgsTaskLauncher *
ags_concurrency_provider_get_task_launcher
(AgsConcurrencyProvider *concurrency_provider
);
Get task launcher of application context.
Since: 3.0.0
void ags_concurrency_provider_set_task_launcher (AgsConcurrencyProvider *concurrency_provider
,AgsTaskLauncher *task_launcher
);
Set task launcher of application context.
Since: 3.0.0
AgsThreadPool *
ags_concurrency_provider_get_thread_pool
(AgsConcurrencyProvider *concurrency_provider
);
Get thread pool of application context.
Since: 3.0.0
void ags_concurrency_provider_set_thread_pool (AgsConcurrencyProvider *concurrency_provider
,AgsThreadPool *thread_pool
);
Set thread pool of application context.
Since: 3.0.0
GList *
ags_concurrency_provider_get_worker (AgsConcurrencyProvider *concurrency_provider
);
Get workers of application context.
Since: 3.0.0
void ags_concurrency_provider_set_worker (AgsConcurrencyProvider *concurrency_provider
,GList *worker
);
Set workers of application context.
concurrency_provider |
||
worker |
the GList containing workers. |
[element-type Ags.WorkerThread] |
Since: 3.0.0