Is it possible to control the proportional execution time of a thread in python. For example, I have three functions F1, F2 and F3 in my program. I am calling each function with using start_new_thread in python. I want F2 thread to execute 70 percent of time while F1 and F3 should share rest of 30 percent. Is there a way to explicitly control these timings.
问问题
314 次