PeanutButter
|
Describes a worker. More...
Properties | |
bool | Busy [get] |
Will be true whilst the worker is busy. | |
int | DefaultMaxDegreeOfParallelism [get, set] |
Indicates the default MaxDegreeOfParallelism for ParallelWorker (should default to the number of available cores, on the assumption that workloads are more often cpu-bound than I/O-bound). |
Describes a worker.
|
get |
Will be true whilst the worker is busy.
Implemented in PeanutButter.Utils.ParallelWorker.