withCallback

abstract fun withCallback(callback: ResultCallback<V, E>): Future<V, E>

Give a callback when the Future completes.