ClanSoft logo
ClanSoft logo

    CL_Thread::create

Syntax

static CL_Thread *create(CL_Runnable *runnable);

Parameters

runnable-Class to call when thread is started.

Description

Create a thread that uses the CL_Runnable callback interface.


Back to index



This page was built using the Perceps documentation system.