ILNumerics - Technical Application Development
SystemObject
ILNumerics.Core.GlobalThreadPool
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Simple, efficient thread pool implementation - THIS CLASS IS NOT THREAD SAFE !!
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumerics.Core.GlobalThreadPool
Namespace: ILNumerics.Core.Global
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The ThreadPool type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ThreadPool |
Constructor used to create a new ILThreadPool object.
[ILNumerics Core Module] |
Properties
Name | Description | |
---|---|---|
MaxNumberThreads |
Property returns the maximum number of threads used in pool.
[ILNumerics Core Module] | |
Pool |
Get the ThreadPool associated with the current thread.
[ILNumerics Core Module] |
Methods
Name | Description | |
---|---|---|
QueueUserWorkItem |
Enqueue a new work item for parallel processing in a worker thread.
[ILNumerics Core Module] | |
Wait4Workers |
Synchronously wait until the variable referenced by workerCount reached 0.
[ILNumerics Core Module] |
Remarks
[ILNumerics Core Module]
See Also