Update clr_parallelTask_demo.vb

master
この中二病に爆焔を! 2 years ago
parent 07d5bf08d9
commit 8dd38366f6

@ -42,7 +42,7 @@ Module clr_parallelTask_demo
Call Console.WriteLine("create parallrl task...")
Dim args As New Argument(4)
Dim args As New Argument(4) With {.ignoreError = False, .verbose = True, .debugPort = 15699}
Dim memory_symbol1 As SocketRef = SocketRef.WriteBuffer(pool)
Dim result = Host.ParallelFor(Of vectorData, Double())(args, New Func(Of vectorData, vectorData(), Double())(AddressOf compute_function), pool, memory_symbol1)

Loading…
Cancel
Save