TaskPool.push

void * push(gst.types.TaskPoolFunction func)

Start the execution of a new thread from pool.

Parameters

functhe function to call

Returns

a pointer that should be used

for the gst_task_pool_join function. This pointer can be null, you must check error to detect errors. If the pointer is not null and [gst.task_pool.TaskPool.join] is not used, call [gst.task_pool.TaskPool.disposeHandle] instead.

Throws

[ErrorWrap]