summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/cpu_count.Rd
blob: f2abfc197ac0f327a1e8235a5623a3da233e38e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}