I want to wait for about 25ms in one of my functions. Here and there this capacity is considered when the processor is busy with different things and different occasions it has the processor all to itself.
I've attempted time.sleep(.25) however at times its really 25ms and different occasions it takes any longer. Is there an approach to rest for a definite measure of time regardless to processor accessibility?