run: Run a future

Description Usage Arguments Details Value

View source: R/Future-class.R

Description

Run a future

Usage

1
2
## S3 method for class 'Future'
run(future, ...)

Arguments

future

A Future.

...

Not used.

Details

This function can only be called once per future. Further calls will result in an informative error. If a future is not run when its value is queried, then it is run at that point.

Value

The Future object.


MINATILO/FUTURE documentation built on Dec. 17, 2021, 1:21 a.m.