Qore Programming Language Reference Manual  1.8.1
QC_AbstractThreadResource.dox.h
1 namespace Qore {
4 namespace Thread {
6 
83 
84 public:
86 
102 abstract nothing cleanup();
103 
104 public:
106 /***/
108 
109 public:
111 /***/
113 };
114 }
115 }
This class defines an abstract interface for thread resources.
Definition: QC_AbstractThreadResource.dox.h:82
abstract nothing cleanup()
This method is called by Qore itself when the thread resource is still allocated and requires cleanup...
constructor()
Creates the internal thread resource object.
destructor()
removes the thread resource if set; if so then the cleanup() method is called
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3