]> git.proxmox.com Git - ceph.git/blame - ceph/src/arrow/r/man/cpu_count.Rd
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / r / man / cpu_count.Rd
CommitLineData
1d09f67e
TL
1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/config.R
3\name{cpu_count}
4\alias{cpu_count}
5\alias{set_cpu_count}
6\title{Manage the global CPU thread pool in libarrow}
7\usage{
8cpu_count()
9
10set_cpu_count(num_threads)
11}
12\arguments{
13\item{num_threads}{integer: New number of threads for thread pool}
14}
15\description{
16Manage the global CPU thread pool in libarrow
17}