summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/cpu_count.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'src/arrow/r/man/cpu_count.Rd')
-rw-r--r--src/arrow/r/man/cpu_count.Rd17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/arrow/r/man/cpu_count.Rd b/src/arrow/r/man/cpu_count.Rd
new file mode 100644
index 000000000..f2abfc197
--- /dev/null
+++ b/src/arrow/r/man/cpu_count.Rd
@@ -0,0 +1,17 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/config.R
+\name{cpu_count}
+\alias{cpu_count}
+\alias{set_cpu_count}
+\title{Manage the global CPU thread pool in libarrow}
+\usage{
+cpu_count()
+
+set_cpu_count(num_threads)
+}
+\arguments{
+\item{num_threads}{integer: New number of threads for thread pool}
+}
+\description{
+Manage the global CPU thread pool in libarrow
+}