Home | All Classes | Grouped Classes | Index | Search
Create a thread that uses the CL_Runnable callback interface. Create a thread that calls the function specified, with the value specified.
CL_Thread* create( CL_Runnable* runnable, bool delete_runnable = false); CL_Thread* create( int (*func)(void*), void* value);
Parameters:
Detailed description:
Provided for ClanLib-0.4 backward compatibility.
Provided for ClanLib-0.4 backward compatibility.
See also: