result: Get the results of a resolved future

View source: R/Future-class.R

result.FutureR Documentation

Get the results of a resolved future

Description

Get the results of a resolved future

Usage

## 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.


HenrikBengtsson/future documentation built on April 1, 2024, 3:19 a.m.