Qore Programming Language Reference Manual  1.0.8
QC_AbstractThreadResource.dox.h
1 namespace Qore {
4 namespace Thread {
6 
83 
84 public:
86 
102 abstract nothing cleanup();
103 
104 public:
106 /***/
107  constructor();
108 
109 public:
111 /***/
112  destructor();
113 };
114 }
115 }
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:82
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
constructor()
Creates the internal thread resource object.