03-24-2020, 11:43 AM
Hi,
How many threads can i run in robodk? I have 4 threads, one of them implements the timer, aka, it's only output certain things after 4 seconds. However, it didn't run concurrently with the other threads.
Before adding it in, i had 3 other threads work together doing their own thing, but as adding this one, everything was halted till the timer thread is finished.
Thank you,
Kev
How many threads can i run in robodk? I have 4 threads, one of them implements the timer, aka, it's only output certain things after 4 seconds. However, it didn't run concurrently with the other threads.
Before adding it in, i had 3 other threads work together doing their own thing, but as adding this one, everything was halted till the timer thread is finished.
Thank you,
Kev