Hello, I am creating a koltin lib t be used on the `jvm` . I am using a bunch of `Deffered<*>`...
a
Hello, I am creating a koltin lib t be used on the
jvm
. I am using a bunch of
Deffered<*>
for async calls, how do I extract and await the values of
Defered<*>
from Java code?
v
afair it has a
toCompletableFuture()
function
a
Thanks