Method
AgsThreadPoolpull
since: 3.0.0
Declaration [src]
AgsThread*
ags_thread_pool_pull (
AgsThreadPool* thread_pool
)
Description [src]
Pull a previously instantiated AgsReturnableThread
. Note this
function may block until a new thread is available.
Available since: 3.0.0
Return value
Type: AgsThread
A new AgsThread
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |