FutureState

Platform and version requirements: Native (1.3)
enum class FutureState

State of the future object.

Enum Values

Platform and version requirements: Native (1.3)

INVALID

Platform and version requirements: Native (1.3)

SCHEDULED

Future is scheduled for execution.

Platform and version requirements: Native (1.3)

COMPUTED

Future result is computed.

Platform and version requirements: Native (1.3)

CANCELLED

Future is cancelled.

Platform and version requirements: Native (1.3)

THROWN

Computation thrown an exception.

Properties

Platform and version requirements: Native (1.3)

value

val value: Int

© 2010–2021 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-future-state/index.html