- Description:
A timer that will execute a callback with decreasing frequency. Useful for doing polling on the server without overwhelming it with requests.
- Source:
- Copyright:
- 2016 Ryan Wyllie
- 2016 Ryan Wyllie
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
A timer that will execute a callback with decreasing frequency. Useful for doing polling on the server without overwhelming it with requests.