push


Description:

public virtual void* push (TaskPoolFunction func) throws Error

Start the execution of a new thread from this.

Parameters:

this

a TaskPool

func

the function to call

user_data

data to pass to func

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 join is not used, call dispose_handle instead.