All cores

This commit is contained in:
Joseph Ferano 2022-05-28 16:38:23 +07:00
parent 8c14e97c83
commit 23a3c23643

View File

@ -173,7 +173,7 @@ let asyncs =
|> List.map executeDrop |> List.map executeDrop
|> List.map Async.AwaitTask |> List.map Async.AwaitTask
Async.Parallel ( asyncs , 10 ) |> Async.StartChild Async.Parallel ( asyncs , 16 ) |> Async.StartChild
Console.ReadLine() |> ignore Console.ReadLine() |> ignore