job scheduler works with run once and run periodic schedules. Stop logic is not fully thought through.

Dependencies:   LinkedList

Dependents:   JobSchedulerDemo Borsch

schedules.cpp

Committer:
sgnezdov
Date:
2017-08-04
Revision:
19:965c8721cc8a
Parent:
2:9bf5366ad5a2

File content as of revision 19:965c8721cc8a:

#include "schedules.h"

namespace JobScheduler {
          
       
}