MulticoreFuture-class | R Documentation |
A multicore future is a future whose value will be resolved asynchronously in a parallel process
## S3 method for class 'MulticoreFuture'
resolved(x, run = TRUE, timeout = NULL, ...)
MulticoreFuture()
returns an object of class MulticoreFuture
.
To use 'multicore' futures, use plan(multicore, ...)
, cf. multicore.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.