Library: Foundation
Package: Threading
Header: Poco/ActiveRunnable.h
This class is used by ActiveMethod. See the ActiveMethod class for more information.
Direct Base Classes: ActiveRunnableBase
All Base Classes: ActiveRunnableBase, RefCountedObject, Runnable
Member Functions: run
Inherited Functions: duplicate, referenceCount, release, run
typedef ActiveResult < ResultType > ActiveResultType;
typedef ResultType (OwnerType::* Callback)(const ArgType &);
 
 ActiveRunnable(
    OwnerType * pOwner,
    Callback method,
    const ArgType & arg,
    const ActiveResultType & result
);
 
   
 void run();
See also: Poco::Runnable::run()