A generic scheduler. When it decides or someone decides its time to schedule
(reception of a GoOn msg), it determines the next device to run
({{nextToRun: ()=>Option[ID]}}) and, if any, determines the destination mailbox
({{recipientForExecution: ID=>ActorRef}}) and sends to it a schedule tick (GoOn msg).
A generic scheduler. When it decides or someone decides its time to schedule (reception of a GoOn msg), it determines the next device to run ({{nextToRun: ()=>Option[ID]}}) and, if any, determines the destination mailbox ({{recipientForExecution: ID=>ActorRef}}) and sends to it a schedule tick (GoOn msg).