Yoav Melamed
Results
12
comments of
Yoav Melamed
Hi @amibar I made the following changes in my code: ``` //stp.Concurrency = 1; var wig = stp.CreateWorkItemsGroup(concurrency: 5); for (int i = 1; i Executor(i)); _ = wig.RunTask(() =>...
Hi @amibar That's working great now - thank you! Is there a more elegant way to handle the 'copy to another variable' functionality? or that's just something we will have...