Qore Programming Language Reference Manual  0.9.2
QC_AbstractThreadResource.dox.h
1 namespace Qore::Thread {
4 
81 
82 public:
84 
100 abstract nothing cleanup();
101 
102 public:
104 /***/
105  constructor();
106 
107 public:
109 /***/
110  destructor();
111 };
112 };
abstract nothing cleanup()
This method is called by Qore itself when the thread resource is still allocated and requires cleanup...
destructor()
removes the thread resource if set; if so then the cleanup() method is called
This class defines an abstract interface for thread resources.
Definition: QC_AbstractThreadResource.dox.h:80
constructor()
Creates the internal thread resource object.
Qore::Thread namespace.
Definition: QC_AbstractSmartLock.dox.h:2