Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::ActiveStarter< OwnerType > Class Template Reference

#include <ActiveStarter.h>

Static Public Member Functions

static void start (OwnerType *, ActiveRunnableBase::Ptr pRunnable)
 

Detailed Description

template<class OwnerType>
class Poco::ActiveStarter< OwnerType >

The default implementation of the StarterType policy for ActiveMethod. It starts the method in its own thread, obtained from the default thread pool.

Definition at line 30 of file ActiveStarter.h.

Member Function Documentation

◆ start()

template<class OwnerType >
static void Poco::ActiveStarter< OwnerType >::start ( OwnerType * ,
ActiveRunnableBase::Ptr pRunnable )
inlinestatic

Definition at line 37 of file ActiveStarter.h.


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