Joe Cheng (RStudio, Shiny lead) is implementing asynchronous Shiny evaluation using promises and will be releasing this in a future version of shiny. It might be a useful method to include in shinyMixR since it looks like it will complement your current method of sending computation to a separate R session.
It might facilitate workflows / pipelines for nlmixr where the computational aspect takes time.
https://shiny.rstudio.com/articles/async.html
Joe Cheng (RStudio, Shiny lead) is implementing asynchronous Shiny evaluation using promises and will be releasing this in a future version of shiny. It might be a useful method to include in shinyMixR since it looks like it will complement your current method of sending computation to a separate R session.
It might facilitate workflows / pipelines for nlmixr where the computational aspect takes time.
https://shiny.rstudio.com/articles/async.html