usedCores: Get number of cores currently used

View source: R/backend_api-11.MulticoreFutureBackend-class.R

usedCoresR Documentation

Get number of cores currently used

Description

Get number of children (and don't count the current process) used by the current R session. The number of children is the total number of subprocesses launched by this process that are still running and whose values have yet not been collected.

Usage

usedCores()

Value

A non-negative integer.


future documentation built on April 12, 2025, 1:25 a.m.

Related to usedCores in future...