1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/multicore.R
\name{usedCores}
\alias{usedCores}
\title{Get number of cores currently used}
\usage{
usedCores()
}
\value{
A non-negative integer.
}
\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.
}
\keyword{internal}
|