Sorry, stupid question but can’t find any relevant...
# coroutines
g
Sorry, stupid question but can’t find any relevant documentation: in a suspend function, how do I wait for a JDK
Future
to complete? I don’t want to call
get()
on it since that would block the coroutine