Contents

value

The published value of the future, delivered asynchronously.

Declaration

final var value: Output { get async }

Discussion

This property subscribes to the Future and delivers the value asynchronously when the Future publishes it. Use this property when you want to use the async-await syntax with a Future.

See Also

Accessing the value asynchronously