Merge branch 'release/os/4.12' into tom/ENT-11104

This commit is contained in:
tomstark99 2024-06-17 14:21:24 +01:00
commit a678d0c7d1

View File

@ -1061,7 +1061,7 @@ internal class SingleThreadedStateMachineManager(
Fiber.unparkDeserialized(flow.fiber, scheduler)
}
is FlowState.Finished -> throw IllegalStateException("Cannot start (or resume) a finished flow.")
is FlowState.Paused -> { /* TODO JDK17: Fixme */ }
is FlowState.Paused -> { /* Do Nothing. */ }
}
}