blob: f2abfc197ac0f327a1e8235a5623a3da233e38e1 [file] [log] [blame]
% 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
}