result: Get the results of a resolved future

Description Usage Arguments Details Value

View source: R/Future-class.R

Description

Get the results of a resolved future

Usage

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

Arguments

future

A Future.

...

Not used.

Details

This function is only part of the backend Future API. This function is not part of the frontend Future API.

Value

The FutureResult object.


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