-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (C) 2023 Hibiki AI Limited <[email protected]> | ||
# Copyright (C) 2023-2024 Hibiki AI Limited <[email protected]> | ||
# | ||
# This file is part of mirai. | ||
# | ||
|
@@ -35,8 +35,8 @@ | |
#' For \code{nextstream}: This function should be called for its return | ||
#' value when required. The function also has the side effect of | ||
#' automatically advancing the stream stored within the compute profile. | ||
#' This ensures that next time the function is called the correct value will | ||
#' be returned. | ||
#' This ensures that the next recursive stream is returned when the function | ||
#' is called again. | ||
#' | ||
#' @examples | ||
#' if (interactive()) { | ||
|
@@ -62,9 +62,9 @@ nextstream <- function(.compute = "default") next_stream(..[[.compute]]) | |
#' \code{nextget} retrieves the specified item from the specified compute | ||
#' profile. | ||
#' | ||
#' @param x character value of item to retrieve. One of 'pid' (dispatcher process | ||
#' ID), 'urls' (URLs dispatcher is listening at) or 'tls' (the stored client | ||
#' TLS configuration to be sent to daemons). | ||
#' @param x character value of item to retrieve. One of 'pid' (dispatcher | ||
#' process ID), 'urls' (URLs dispatcher is listening at) or 'tls' (the | ||
#' stored client TLS configuration for use by daemons). | ||
#' | ||
#' @return For \code{nextget}: the requested item, or else NULL if not present. | ||
#' | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.