AffineThreadPool.CpuCores is now called AffineThreadPool.Processors because this is the term used throughout the .NET framework for the same concept
git-svn-id: file:///srv/devel/repo-conversion/nusu@178 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
874fe0a9e4
commit
273eb9885c
2 changed files with 9 additions and 9 deletions
|
|
@ -255,7 +255,7 @@ namespace Nuclex.Support {
|
|||
/// </summary>
|
||||
[Test]
|
||||
public void TestWaitingWorkItemsProperty() {
|
||||
int eventCount = AffineThreadPool.CpuCores;
|
||||
int eventCount = AffineThreadPool.Processors;
|
||||
WaitTask[] tasks = new WaitTask[eventCount];
|
||||
|
||||
int createdTasks = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue