future (version 1.33.2)

result.Future: Get the results of a resolved future

Description

Get the results of a resolved future

Usage

# S3 method for Future
result(future, ...)

Value

The FutureResult object.

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.