Multiple tasks on user uploaded file to run parallely

I have multiple tabs (multiple render output modules) performing independent tasks on the user uploaded file. I would like all the tasks to start running in parallel when the user uploads the file. How could I do that in R shiny?