Click or drag to resize

StaTaskScheduler_tasks Field

Stores the queued tasks to be executed by our pool of STA threads.

Namespace: DWSIM.FlowsheetSolver.TaskSchedulers
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
private BlockingCollection<Task> _tasks
Request Example View Source

Field Value

BlockingCollectionTask
See Also