From d823cd1eb16d175fb778c9f6c9282aa16f1a25ff Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Tue, 14 Nov 2023 13:28:02 +0100 Subject: Updated TraceReader, Simulation now continues until all tasks are done --- .../kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-workflow/opendc-workflow-service') diff --git a/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt index 01c1f565..e2655537 100644 --- a/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt @@ -223,7 +223,7 @@ public class WorkflowServiceImpl( /** * Perform a scheduling cycle immediately. */ - private fun doSchedule() { + private fun () { // J2 Create list of eligible jobs val iterator = incomingJobs.iterator() while (iterator.hasNext()) { -- cgit v1.2.3