WaitForAsyncResult

Helper class to wait for a response.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun fill(result: T?)

Puts an result of specified type into this object.

Link copied to clipboard
fun get(): T?

Wait until a result is filled in.