Added support for multiple processor groups. Changed the ThreadAffinity class to use a new struct GroupAffinity. Changed operating system checks to make use of a new flag OperatingSystem.IsUnix.

This commit is contained in:
Michael Möller
2020-05-04 23:11:33 +02:00
parent 87c6f02d33
commit b04c151c77
25 changed files with 336 additions and 167 deletions

View File

@@ -10,5 +10,5 @@
using System.Reflection;
[assembly: AssemblyVersion("0.9.2.3")]
[assembly: AssemblyInformationalVersion("0.9.2.3 Alpha")]
[assembly: AssemblyVersion("0.9.2.4")]
[assembly: AssemblyInformationalVersion("0.9.2.4 Alpha")]