Begin implementing async

This commit is contained in:
Asriel Camora
2023-07-04 07:41:37 +02:00
parent 4b90ded2bb
commit 76853e2f0d
4 changed files with 15 additions and 1 deletions
+1
View File
@@ -48,6 +48,7 @@ internal static class Program
var config = new SolverConfig()
{
Iterations = 30_000,//1_000_000
ThreadCount = 2,
};
var s = Stopwatch.StartNew();