![]() |
• System Utilities | ||||||||||||||||||||
|
API Links
Developer Links
|
class ThreadDefined in:
The C4Threads.hThread class encapsulates a thread of execution.
Definition
Member Functions
Constructor
Parameters
Description
The Thread class defines a platform-independent thread object that can be used to achieve multithreaded execution. When a new Thread object is constructed, its entry function, specified by the proc parameter begins executing immediately. The pointer passed into the data parameter is passed to the thread's entry function, which must have the following signature.
See Also
|