Future
inline class Future<T>Class representing abstract computation, whose result may become available in the future.
Properties
id
val id: Intresult
The result of the future computation. Blocks execution until the future is ready. Second attempt to get will result in an error.
val result: Tstate
A FutureState of this future
val state: FutureState