diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2023-11-14 13:28:02 +0100 |
|---|---|---|
| committer | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2023-11-14 13:32:46 +0100 |
| commit | d823cd1eb16d175fb778c9f6c9282aa16f1a25ff (patch) | |
| tree | 28f0461d8ccbac4db69e6ec748554b879b62f179 /opendc-workflow/opendc-workflow-service | |
| parent | 79c1818e116a7ac72d5210865a528538800bb794 (diff) | |
Updated TraceReader, Simulation now continues until all tasks are done
Diffstat (limited to 'opendc-workflow/opendc-workflow-service')
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |
