Gst.TaskPool.prototype.push
function push(func:Gst.TaskPoolFunction):gpointer { // Gjs wrapper for gst_task_pool_push() }
Start the execution of a new thread from pool.
- func
the 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.