Qore Programming Language Reference Manual 2.0.0
All Classes Namespaces Functions Variables Modules Pages
QC_AbstractThreadResource.dox.h
1
2namespace Qore {
4namespace Thread {
6
83
84public:
86
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
list< auto > list(...)
Returns a list of the arguments passed at the top level.
Qore namespace.
Definition QC_AbstractSmartLock.dox.h:2