Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
FXParallelLoopFunctor is a helper for FXParallelFor. More...
#include <FXParallel.h>
Public Member Functions | |
FXParallelForFunctor (const Functor &fun, Index f, Index t, Index b) | |
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. | |
FXParallelLoopFunctor is a helper for FXParallelFor.
It executes a subrange of the global indexing range on a thread provided by the FXThreadPool.
Copyright © 1997-2022 Jeroen van der Zijp |