mp
08/05/2018, 10:53 PMCompletionStage.asDeferred()
) into Deferred
for use in suspend
functions? If not, I can always adapt code from asDeferred
, but if there’s something supported out there, might as well use itgildor
08/06/2018, 1:53 AMyourFuture.await()
mp
08/06/2018, 3:07 AMawait()
as you suggest is the way to go.