Skip to content

Task scheduler, task should be executed at given time

Notifications You must be signed in to change notification settings

saanvijay/taskScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Platforms

taskScheduler

Task scheduler, task should be executed at given time

Design a Timer class that manages the execution of deferred tasks. The time constructor takes as its argument an object which includes a Run method and a name field which is string. 

Timer must support  starting a thread, identified by name, at a given time in the future. ancelling a thread, identified by name (if a thread has already started cancel request should be ignored)

About

Task scheduler, task should be executed at given time

Resources

Stars

Watchers

Forks

Packages

No packages published