I'd also like to know that. And will this always go on seperate threads or does that depend on context etc?
b
Bob Glamm
12/13/2019, 8:54 PM
I think separate threads is preferred
Bob Glamm
12/13/2019, 8:54 PM
and the answer to that question based on my testing is "yes" 😄
Bob Glamm
12/13/2019, 8:55 PM
looks like tasks were allocated to a thread pool of 15-16 threads
j
Jannis
12/13/2019, 8:57 PM
I had some code that needed to run in seperate threads (race-condition testing in within state-machine tests) and it didn't do that for every single task. If it just goes on a pool that means it can run on seperate threads, but not that it has to. I guess my case is a bit special tho 🙂