If you can read this text, it means you are not experiencing this website at its best. This website is designed for used with a standards-compliant browser.
Current version: 2.3.2
ZThreads
A platform-independent, multi-threading and synchronization library for C++
Home Documentation Downloads CVS Contact

Runnable Class Reference

#include <Runnable.h>

List of all members.


Public Member Functions

virtual ~Runnable ()
virtual void run ()=0

Detailed Description

Author:
Eric Crahen <http://www.code-foo.com>
Date:
<2003-07-16T17:45:35-0400>
Version:
2.2.11
Encapsulates a Runnable task.


Constructor & Destructor Documentation

virtual ~Runnable  )  [inline, virtual]
 

Runnables should never throw in their destructors


Member Function Documentation

virtual void run  )  [pure virtual]
 

Task to be performed in another thread of execution


The documentation for this class was generated from the following file: