## ----eval=FALSE--------------------------------------------------------------- # app$delay({ # # Heavy calculation # }, then = function(res, server) { # # Do something with 'res' (the result of the expression) and 'server' the # # server object itself # })