open fun onTimeout(callback: Callable<V>): Unit
Register code to invoke when the async request times out.
This method is called from a container thread when an async request times out before the Callable has completed. The callback is executed in the same thread and therefore should return without blocking. It may return an alternative value to use, including an Exception or return RESULT_NONE.