Asynchronous download in Shiny
Posted onSince the release of Shiny 1.1.0, we have the option to use asynchronous operations. I will describe why and how I have implemented an asynchronous download. Problem R is single threaded by nature. You can install R on a powerful server with 64 CPU cores, but […]