Library: Foundation
Package: Threading
Header: Poco/ActiveStarter.h
The default implementation of the StarterType policy for ActiveMethod. It starts the method in its own thread, obtained from the default thread pool.
Member Functions: start
 
   
 static void start(
    OwnerType * pOwner,
    ActiveRunnableBase::Ptr pRunnable
);