Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 250 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 250 Bytes

Simple function call on an interval (similar to setInterval in javascript)

Install with:

pip install timeinterval

Usage:

require timeinterval

stopper = timeinterval.start(function, arg1, kw=arg2...)

# later:
stopper.stop()