ILNumerics Ultimate VS

ThreadPool Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Simple, efficient thread pool implementation - THIS CLASS IS NOT THREAD SAFE !!

[ILNumerics Core Module]

Inheritance Hierarchy

SystemObject
  ILNumerics.Core.GlobalThreadPool

Namespace:  ILNumerics.Core.Global
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public sealed class ThreadPool

The ThreadPool type exposes the following members.

Constructors

  NameDescription
Public methodThreadPool
Constructor used to create a new ILThreadPool object.

[ILNumerics Core Module]

Top
Properties

  NameDescription
Public propertyMaxNumberThreads
Property returns the maximum number of threads used in pool.

[ILNumerics Core Module]

Public propertyStatic memberPool
Get the ThreadPool associated with the current thread.

[ILNumerics Core Module]

Top
Methods

  NameDescription
Public methodStatic memberQueueUserWorkItem
Enqueue a new work item for parallel processing in a worker thread.

[ILNumerics Core Module]

Public methodStatic memberWait4Workers
Synchronously wait until the variable referenced by workerCount reached 0.

[ILNumerics Core Module]

Top
Remarks

[ILNumerics Core Module]

See Also

Reference