org.encog.util.concurrency
Class PoolItem
- java.lang.Object
-
- org.encog.util.concurrency.PoolItem
-
- All Implemented Interfaces:
- java.lang.Runnable
public class PoolItem extends java.lang.Object implements java.lang.RunnableAn Encog task being executed by the Java thread pool.
-
-
Constructor Summary
Constructors Constructor and Description PoolItem(EngineTask task, TaskGroup group)Create a pool item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidrun()Run the task.
-
-
-
Constructor Detail
-
PoolItem
public PoolItem(EngineTask task, TaskGroup group)
Create a pool item.- Parameters:
task- The task to execute.group- The group this task belongs to.
-
-
DMelt 3.0 © DataMelt by jWork.ORG