future (version 1.11.1.1)

supportsMulticore: Check whether multicore processing is supported or not

Description

Multicore futures are only supported on systems supporting multicore processing. R supports this on most systems, except on Microsoft Windows.

Usage

supportsMulticore()

Arguments

Value

TRUE if multicore processing is supported, otherwise FALSE.

See Also

To use multicore futures, use plan(multicore).