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 recommended to support all operations in the arrow package. |
[Package arrow version 16.1.0 Index]