How can I use threading and multiprocessing in python to allow functions to run constantly despite them taking different times?
I have a two functions that need to run constantly, but due to the fact they affect real world objects, there are certain constraints. I can’t run the functions faster or slower or else the display begins to look choppy or the stepper tries to damage parts or itself.