Skip to content

Fix a few small issues, remove deprecated API

Latest
Compare
Choose a tag to compare
@joshburnett joshburnett released this 27 Nov 17:19
  • Add a .join() method to wait for a timer that has been stopped to complete its final iteration. (Thanks, @pakal!)
  • Remove ontimeout and params arguments (deprecated in 0.2)
  • Properly pass args to RepeatingTimer
  • Fix error if .stop() called before .start()