An autonomous scheduler decides how to schedule by applying some ExecStrategy {{strategy}}.
An autonomous scheduler decides how to schedule by applying some ExecStrategy {{strategy}}. Notes:
A generic scheduler.
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).
(Since version ) see corresponding Javadoc for more information.