Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83764
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: How to terminate the function that runs every n seconds |
| Date | 2015-01-14 16:54 +0000 |
| References | <CACT3xuWvN=zUs5CmuxceG9yv2gPWkmxF2dTgWOr8WqmaJxag+A@mail.gmail.com> <CACT3xuUr-07yW-FjiKBjPbsbn5j7r1vUfu1E0A6Myz=7sYpnzA@mail.gmail.com> <54B69A5B.5000801@davea.name> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17726.1421254466.18130.python-list@python.org> (permalink) |
On 14/01/2015 16:33, Dave Angel wrote: > > Note that neither Timer nor sleep makes any promises about how > accurately it matches the requested time. > Reminds me of working on Telematics S200/300/4000/5000 telecomms kit in the early 90s where the timers were mains based, so a one hour timer would go off at about one hour, 30 seconds. Programming becomes such fun working around such things :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: How to terminate the function that runs every n seconds Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-14 16:54 +0000
Re: How to terminate the function that runs every n seconds Grant Edwards <invalid@invalid.invalid> - 2015-01-14 17:37 +0000
Re: How to terminate the function that runs every n seconds Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-14 17:54 +0000
Re: How to terminate the function that runs every n seconds Grant Edwards <invalid@invalid.invalid> - 2015-01-14 18:05 +0000
csiph-web