This module contains an implementation to run a certain function repeatedly until a timeout is reached
hbp_nrp_commons.timer.
Timer
Bases: threading.Thread
threading.Thread
Timer that runs a function each ‘interval’ seconds similar to threading.Thread
cancel_all
Cancel the timer.
run
Exec the function and restart the timer.