StaTaskScheduler_tasks Field

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

Definition

Namespace: DWSIM.FlowsheetSolver.TaskSchedulers
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
private BlockingCollection<Task> _tasks

Field Value

BlockingCollectionTask

See Also