How to delay until a next increment of time occurs ?

R.Wieser address at not.available
Wed Nov 13 11:11:44 EST 2019


Skip,

> Take a look at threading.Timer.

Thanks.   It seems to solve the problem by calling it at the start of the 
executed code (instead of the end), but costs thread usage ...

Regards,
Rudy Wieser




More information about the Python-list mailing list