task1 = Task().every(10).seconds.do(print, "I'm Task1")
task2 = Task().every(5).seconds.do(print, "I'm Task2")
task3 = Task().every(1).seconds.do(print, "I'm Task3")
s = Scheduler()
s.add_task(task1)
s.add_task(task2)
s.add_task(task3)
s.start()
-
Notifications
You must be signed in to change notification settings - Fork 0
License
AshotS/scheduler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published