suspend fun <T> Future<T>.setHandlerAwait(): T
Set a handler for the result.
handler - the Handler that will be called with the result
handler
Returna reference to this, so it can be used fluently *