Skip to content

Commit

Permalink
docs: Mention r_bg()$get_result() more prominently (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Jan 18, 2024
1 parent 4fc82a3 commit ad19590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/eval-bg.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#'
#' Starts evaluating an R function call in a background R process, and
#' returns immediately.
#' Use `p$get_result()` to collect the result or to throw an error
#' if the background computation failed.
#'
#' @inheritSection r Security considerations
#' @inheritParams r
Expand Down
2 changes: 2 additions & 0 deletions man/r_bg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad19590

Please sign in to comment.