stdThreadMax | R Documentation |
Wrapper of std::thread::hardware_concurrency(). As stated by cppreference, the returned value should be considered only a hint.
stdThreadMax()
An integer representing the number of concurrent threads supported by the user implementation. If the value cannot be determined, 1L
is returned.
detectCores
stdThreadMax()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.