template class Poco::ActiveStarter
Overview
The default implementation of the StarterType policy for ActiveMethod. Moreā¦
#include <ActiveStarter.h> template <class OwnerType> class ActiveStarter { public: // methods static void start( OwnerType*, ActiveRunnableBase::Ptr pRunnable ); };
Detailed Documentation
The default implementation of the StarterType policy for ActiveMethod.
It starts the method in its own thread, obtained from the default thread pool.