Skip to content

Commit

Permalink
keep documentation for .until
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Nov 18, 2023
1 parent 0a4a98f commit d7da4a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/sync.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ wait <- function(cv) invisible(.Call(rnng_cv_wait, cv))
#'
until <- function(cv, msec) invisible(.Call(rnng_cv_until, cv, msec))

#' @rdname cv
#' @export
#'
.until <- until
Expand Down
3 changes: 3 additions & 0 deletions man/cv.Rd

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

0 comments on commit d7da4a4

Please sign in to comment.