static CL_Thread *create(CL_Runnable *runnable);
Create a thread that uses the CL_Runnable callback interface.
Back to index