Home | All Classes | Grouped Classes | Index | Search

Class CL_Thread

Thread Class More...

Derived from: none
Derived by: none
Group: Core (System)

#include <ClanLib/core.h>

Construction:

create

Create a thread that uses the CL_Runnable callback interface.

CL_Thread

Create a thread.

Operations:

operator =

Copy assignement operator.

start

Starts the thread.

terminate

Terminate the thread. (use with caution under win98)

wait

Wait until the thread finishes its execution.

set_priority

Set the thread priority.

Detailed description:



Questions or comments, write to the
ClanLib mailing list.