|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AtomicInteger through which one can modify the
AtomicInteger in an asynchronous way.ExecutorService for starting a several copies of runnable
tasks, and waiting for it computation; it allows to interrupt all running
tasks without shutting down the ExecutorService.ComputationExecutor with a given maximal number of
threads and the given thread group
ComputationExecutor with a given maximal number of
threads and the the given name which is used to identify threads
ConcurrentComputation instance.
ConcurrentComputation instance.
true if the finish of computation was requested using the
function ConcurrentComputation.finish()
InputProcessor that can be used to perform
actions when a job is processed.true if the computation has been interrupted
SimpleInterrupter.interrupt() is
called
SimpleInterrupter.interrupt() is
called
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||