libgs.utils.RegularCallback

class libgs.utils.RegularCallback(func, delay, min_interval=0.05)[source]
Parameters:
  • func – Callback funciton to call
  • delay – Time between two subsequent calls
  • min_interval – Minimum time between the end of one call and the beginning of th next

Methods

start()
stop()