mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-31 09:48:38 -05:00
Observers can now take priority levels, which allow the user to control the order of execution. Note that reactive expressions do not have priority levels; since they are lazily evaluated, it wouldn't make any sense to speak of priorities. Another commit will be needed to add an API for changing the priorities of outputs (probably in outputOptions?).
3.7 KiB
3.7 KiB