tipsy
04/09/2019, 6:37 AMfun myFutureFunction(): ComleteableFuture<String> {
// convert here?
return ... myCoroutineFunction();
}
fun myCoroutineFunction() {
// ... do most things here
}
gildor
04/09/2019, 6:39 AMtipsy
04/09/2019, 6:42 AM