TaskPool.join
void join(void * id = null)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.
Parameters
id | the id |