future.callr {future.callr} | R Documentation |
future.callr: A Future for callr
Description
The future.callr package implements the Future API on top of callr. The Future API is defined by the future package.
Details
To use callr futures, load future.callr, and
select the type of future you wish to use, e.g. plan(callr)
.
Examples
plan(callr)
demo("mandelbrot", package = "future", ask = FALSE)
[Package future.callr version 0.8.2 Index]