a registry of Schedulable which can be given to the Scheduler for actual scheduling of calls More...
#include <schedule.h>
Inherited by Schedule::Evented::Registry, and Schedule::Recurring::Registry.
a registry of Schedulable which can be given to the Scheduler for actual scheduling of calls
this is implemented / extended for the actual registration of the specific schedulables. see Evented and Recurring
useful to have a bunch of these for the different situations where scheduling is necessary. see Experiment for inspiration