Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: JobSchedulerDemo Borsch
Diff: scheduler.h
- Revision:
- 5:d8f69ac330f2
- Parent:
- 4:78bcd5a675e1
- Child:
- 7:98c8b2eabea3
--- a/scheduler.h Tue Jul 11 22:05:12 2017 +0000 +++ b/scheduler.h Tue Jul 11 22:35:33 2017 +0000 @@ -147,6 +147,8 @@ static void runAdapter(void *target); void runHandler(); + Response<JobID> reschedule(Appointment *apt); + void process(Action *action); void onWakeOnce(); private: