Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChadDa3mon/2508fc831783a174eec281e61e3b46b9 to your computer and use it in GitHub Desktop.
Save ChadDa3mon/2508fc831783a174eec281e61e3b46b9 to your computer and use it in GitHub Desktop.
Thread Timers
# https://realpython.com/intro-to-python-threading/#timer
# https://stackoverflow.com/questions/16578652/threading-timer
myTimer = th.Timer(30, remindMe, [argument])
myTimer.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment