Method

AgsConcurrencyProviderset_thread_pool

since: 3.0.0

Declaration [src]

void
ags_concurrency_provider_set_thread_pool (
  AgsConcurrencyProvider* concurrency_provider,
  AgsThreadPool* thread_pool
)

Description [src]

Set thread pool of application context.

Available since: 3.0.0

Parameters

thread_pool

Type: AgsThreadPool

The AgsThreadPool.

The data is owned by the caller of the function.