HPCxx_Runnable
One way of creating threads and giving them work to do is by subclassing
HPCxx_Runnable, which provides an instance of the run()
method
Class Definition
class HPCxx_Runnable{
public:
virtual void run() = 0;
};
Examples
hpc++@extreme.indiana.edu
Last modified: Thu Apr 22 00:21:14 EST 1999