Skip to content

tinker1234/Timers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timers

a class that allows setInterval and setTimeout

Example

timer = Time()
timer.setTimeout("test", 3, print, "#" * 80)
timer.setInterval("test2", 2, print, "#" * 80)
while True:
  timer.run()

About

a class that allows setInterval and setTimeout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages