Constructor

AgsThreadPoolnew

since: 3.0.0

Declaration [src]

AgsThreadPool*
ags_thread_pool_new (
  AgsThread* parent
)

Description [src]

Create a new AgsThreadPool.

Available since: 3.0.0

Parameters

parent

Type: AgsThread

The parent AgsThread of returnable threads.

The data is owned by the caller of the function.

Return value

Type: AgsThreadPool

The new AgsThreadPool.

The caller of the function takes ownership of the data, and is responsible for freeing it.