R/misc.R
ibis_set_threads.Rd
Small helper function to respecify the number of threads for parallel processing.
ibis_set_threads(threads = 2)
A numeric greater thna 0.
numeric
0
Invisible
future
old_threads <- getOption("ibis.nthread") ibis_set_threads(2) options(ibis.nthread = old_threads)