|
| int | ThreadCount [get] |
| |
| int | ThreadCount [get] |
| | Gets a number of threads. This number must be correct, because it's used to run per-thread initialization task on all threads (by using barrier) More...
|
| |
Definition at line 12 of file FixedPriorityScheduler.cs.
| ParallelTasks.FixedPriorityScheduler.FixedPriorityScheduler |
( |
int |
threadCount, |
|
|
ThreadPriority |
priority |
|
) |
| |
|
inline |
| void ParallelTasks.FixedPriorityScheduler.Schedule |
( |
Task |
item | ) |
|
|
inline |
| bool ParallelTasks.FixedPriorityScheduler.WaitForTasksToFinish |
( |
TimeSpan |
waitTimeout | ) |
|
|
inline |
| int ParallelTasks.FixedPriorityScheduler.ThreadCount |
|
get |
The documentation for this class was generated from the following file: