The Worker class
(No version information available, might only be in SVN)
Introduction
Worker Threads have a persistent context, as such should be used over Threads in most cases.
Class synopsis
Worker
{
/* Methods */
}Table of Contents
- Worker::getCreatorId — Identification
- Worker::getStacked — Stack Analysis
- Worker::getThreadId — Identification
- Worker::isShutdown — State Detection
- Worker::isWorking — State Detection
- Worker::run — Execution
- Worker::shutdown — Synchronization
- Worker::stack — Stacking
- Worker::start — Execution
- Worker::unstack — Stacking
There are no user contributed notes for this page.
