Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
FXRunnable represents a generic runnable thing. More...
#include <FXRunnable.h>
Public Member Functions | |
FXRunnable () | |
Construct a runnable. | |
virtual FXint | run ()=0 |
Subclasses should overload this function to perform actual work. | |
virtual | ~FXRunnable () |
Destroy a runnable. | |
FXRunnable represents a generic runnable thing.
It serves primarily as a base class for FXThread and tasks in FXThreadPool. FXRunnable must be subclassed to reimplement an overloaded run() function, which is typically invoked by some thread.
Copyright © 1997-2022 Jeroen van der Zijp |