Skip to content

accessibleapps/repeating_timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repeating Timer: A simple threaded repeating timer, because the stdlib doesn't have one

For whatever reason, threading.Timer doesn't allow you to call the same function more than once. So, here you go.

>>> t = RepeatingTimer(30.0, to_call, *args, **kwargs)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages