The Stackable class
(No hay información de versión disponible, podría estar únicamente en SVN)
Introducción
Stackables are tasks that are executed by Worker threads. You can synchronize with, read, and write Stackable objects before, after and during their execution.
Sinopsis de la Clase
Stackable
{
/* Métodos */
}Tabla de contenidos
- Stackable::isRunning — State Detection
- Stackable::isTerminated — State Detection
- Stackable::isWaiting — State Detection
- Stackable::lock — Synchronization
- Stackable::notify — Synchronization
- Stackable::run — Execution
- Stackable::synchronized — Synchronization
- Stackable::unlock — Synchronization
- Stackable::wait — Synchronization
There are no user contributed notes for this page.
