Vault
4.1
|
Go to the source code of this file.
Classes | |
class | VThread |
VThread is class that provides an easy way to create a thread of execution. More... | |
class | VMainThread |
The VMainThread is a special case that is intended to be declared and called by the application's main function as follows: int main(int argc, char** argv) { VMainThread mainThread; return mainThread.execute(argc, argv); } This allows Vault to have a VThread object to represent the main thread, even though it is not a VThread-launched thread. More... | |
class | VForeignThread |
VForeignThread is a special case that is intended to be declared on the stack in a callback or similar function that is called by a foreign (non-VThread) source such as the Windows Service Control Manager. More... |
Definition in file vthread.h.