Summary
Gets or sets the maximum thread count for collection parallelization.
- Namespace
- Cake
.Common .Tools .XUnit - Containing Type
- XUnit2Settings
Syntax
public int? MaxThreads { get; set; }
Value
Type | Description |
---|---|
int? |
null (default);
0 : run with unbounded thread count;
>0 : limit task thread pool size to value;.
|