Aliases: ps_num_threads
Keywords:
### ** Examples ## Don't show: if (ps::ps_is_supported() && ! ps:::is_cran_check()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf ## End(Don't show) p <- ps_handle() p ps_num_threads(p) ## Don't show: }) # examplesIf
> p <- ps_handle() > p <ps::ps_handle> PID=648731, NAME=Rserve, AT=2025-08-11 15:56:11 > ps_num_threads(p) [1] 1
## End(Don't show)