Skip to content

Commit

Permalink
Mark req_perform_promise() as experimental
Browse files Browse the repository at this point in the history
And move to correct place in reference index.
  • Loading branch information
hadley committed Sep 6, 2024
1 parent c69ea12 commit 0240e84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/req-promise.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#' Perform request asynchronously using the promises package
#'
#' @description
#' `r lifecycle::badge("experimental")`
#'
#' This variation on [req_perform()] returns a [promises::promise()] object immediately
#' and then performs the request in the background, returning program control before the request
#' is finished. See the
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ reference:
- req_perform
- req_perform_stream
- req_perform_connection
- req_perform_promise

- subtitle: Control the process
desc: >
Expand All @@ -61,7 +62,6 @@ reference:
contents:
- req_perform_iterative
- req_perform_parallel
- req_perform_promise
- req_perform_sequential
- starts_with("iterate_")
- starts_with("resps_")
Expand Down
2 changes: 2 additions & 0 deletions man/req_perform_promise.Rd

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

0 comments on commit 0240e84

Please sign in to comment.