C# (CSharp) Encog.Engine.Concurrency.Job Namespace

Classes

Name Description
ConcurrentJob A concurrent JOB, works well for multicore machines. Provides the low-level tools to create a concurrent job.
EngineConcurrency This class abstracts thread pools, and potentially grids and other types of concurrency. It is used by other classes inside of Encog to allow tasks to be executed efficiently on multicore machines.
JobUnitContext Holds basic configuration information for an Encog job.
JobUnitWorker A worker job for Encog concurrency
PoolItem An item in the thread pool.
TaskGroup A task group is a group of tasks that you would like to execute at once. You can wait for all tasks in a task group to exit before your program continues.