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