Future
Properties
id
val id: Int
result
The result of the future computation. Blocks execution until the future is ready. Second attempt to get will result in an error.
val result: T
state
A FutureState of this future
val state: FutureState
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
val id: Int
The result of the future computation. Blocks execution until the future is ready. Second attempt to get will result in an error.
val result: T
A FutureState of this future
val state: FutureState