Skip to content

Commit 1e4719a

Browse files
authored
Merge pull request #194 from dansmith01/patch-1
mention macOS issues #193
2 parents 9facb0a + 7aad42e commit 1e4719a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

R/kill-tree.R

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
#' If `expr` throws an error, then so does `with_process_cleanup()`, the
2626
#' same error. Nevertheless processes are still cleaned up.
2727
#'
28+
#' @section macOS issues:
29+
#'
30+
#' These functions do not work on macOS, unless specific criteria are
31+
#' met. See [ps_environ()] for details.
32+
#'
2833
#' @section Note:
2934
#' Note that `with_process_cleanup()` is problematic if the R process is
3035
#' multi-threaded and the other threads start subprocesses.

man/ps_kill_tree.Rd

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)