Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages