Future

class Future<T>

Functions

error
Link copied to clipboard
fun error(exception: Throwable)
get
Link copied to clipboard
fun get(): T
set
Link copied to clipboard
fun set(value: T)
tryGet
Link copied to clipboard
fun tryGet(): T?