Constructor
AgsThreadPoolnew
since: 3.0.0
Declaration [src]
AgsThreadPool*
ags_thread_pool_new (
AgsThread* parent
)
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. |