I have a web application that periodically polls the server for updates in the background while the user is doing some action. I have seen that execution is sequential (correct me if i'm wrong) and if one create a loop controller, the execution will wait for the loop to complete before executing the next node.
Is there starting a thread, in this case a loop and continue with the next nodes. Any help welcome.

