FutureState

State of the future object.

Entries

Link copied to clipboard
Link copied to clipboard

Future is scheduled for execution.

Link copied to clipboard

Future result is computed.

Link copied to clipboard

Future is cancelled.

Link copied to clipboard

Computation thrown an exception.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int