Run multiple render functions on user uploaded file simultaneously in R shiny

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