andylamax
12/11/2020, 1:33 AMjvm
. I am using a bunch of Deffered<*>
for async calls, how do I extract and await the values of Defered<*>
from Java code?Vampire
12/11/2020, 8:46 AMtoCompletableFuture()
functionandylamax
12/11/2020, 10:35 PM