stdThreadMax: Max Number of Concurrent Threads

View source: R/Utility.R

stdThreadMaxR Documentation

Max Number of Concurrent Threads

Description

Wrapper of std::thread::hardware_concurrency(). As stated by cppreference, the returned value should be considered only a hint.

Usage

stdThreadMax()

Value

An integer representing the number of concurrent threads supported by the user implementation. If the value cannot be determined, 1L is returned.

See Also

detectCores

Examples

stdThreadMax()

RcppAlgos documentation built on Oct. 3, 2023, 1:07 a.m.