Hi,
I have a script which takes some time to execute.
I would like to return intermediary results during the execution.
what would be the best thing to do?
So far there are no results until all the functions have finished the
processes.
thanks
Oliver
I have a script which takes some time to execute.
I would like to return intermediary results during the execution.
what would be the best thing to do?
So far there are no results until all the functions have finished the
processes.
thanks
Oliver
Comment