pub async fn handle_schedules<S>(
rt: Arc<Mutex<Runtime<S>>>,
aid: AgentId,
schedules: Vec<Schedule>,
out_tx: Sender<Events>,
) -> Result<(), ScheduleError>where
S: Db + 'static,Expand description
Function to handle all schedules of a single sw-agent