Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXParallelCallFunctor< Functor > Class Template Reference

FXParallelCallFunctor is a helper for FXParallelInvoke. More...

#include <FXParallel.h>

Inheritance diagram for FX::FXParallelCallFunctor< Functor >:
FX::FXRunnable

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.
 

Detailed Description

template<typename Functor>
class FX::FXParallelCallFunctor< Functor >

FXParallelCallFunctor is a helper for FXParallelInvoke.

It executes a functor on a thread provided by the FXThreadPool.


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

Copyright © 1997-2022 Jeroen van der Zijp