![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
FXParallelCallFunctor is a helper for FXParallelInvoke. More...
#include <FXParallel.h>
Public Member Functions | |
| FXParallelCallFunctor (const Functor &fun) | |
| virtual FXint | run () |
| Subclasses should overload this function to perform actual work. | |
Public Member Functions inherited from FX::FXRunnable | |
| FXRunnable () | |
| Construct a runnable. | |
| virtual | ~FXRunnable () |
| Destroy a runnable. | |
FXParallelCallFunctor is a helper for FXParallelInvoke.
It executes a functor on a thread provided by the FXThreadPool.
|
|