TaskPool.join

Join a task and/or return it to the pool. id is the id obtained from gst.task_pool.TaskPool.push. The default implementation does nothing, as the default #GstTaskPoolClass::push implementation always returns null.

This method should only be called with the same pool instance that provided id.

class TaskPool
void
join
(
void* id = null
)

Parameters

id void*

the id