io_thread_count {arrow}R Documentation

Manage the global I/O thread pool in libarrow

Description

Manage the global I/O thread pool in libarrow

Usage

io_thread_count()

set_io_thread_count(num_threads)

Arguments

num_threads

integer: New number of threads for thread pool. At least two threads are reccomended to support all operations in the arrow package.


[Package arrow version 14.0.0.100000075 Index]