Tony Yun
08/02/2023, 2:46 PMsubmit
a task and run a task like task()
in a flow?Tim-Oliver
08/02/2023, 3:33 PMsubmit()
the task is submitted to the task-runner for execution and only if you ask for the result the flow will be blocked. This is useful if you want to run multiple tasks in parallel.
Unless you use the SequentialTaskRunner
in that case there is no difference.