Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_AbstractThreadResource.dox.h
1
2namespace Qore {
4namespace Thread {
6
83
84public:
86
102abstract nothing cleanup();
103
104public:
106/***/
108
109public:
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
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2