Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Runnable Class Referenceabstract

#include <Runnable.h>

+ Inheritance diagram for Poco::Runnable:

Public Member Functions

 Runnable ()
 
virtual ~Runnable ()
 
virtual void run ()=0
 

Detailed Description

The Runnable interface with the run() method must be implemented by classes that provide an entry point for a thread.

Definition at line 27 of file Runnable.h.

Constructor & Destructor Documentation

◆ Runnable()

Poco::Runnable::Runnable ( )

◆ ~Runnable()

virtual Poco::Runnable::~Runnable ( )
virtual

Member Function Documentation

◆ run()


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