summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/io_thread_count.Rd
blob: b1dfa0ba780046071afbb9a3ec01d2331df465b6 (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{io_thread_count}
\alias{io_thread_count}
\alias{set_io_thread_count}
\title{Manage the global I/O thread pool in libarrow}
\usage{
io_thread_count()

set_io_thread_count(num_threads)
}
\arguments{
\item{num_threads}{integer: New number of threads for thread pool}
}
\description{
Manage the global I/O thread pool in libarrow
}