Perhaps what you want is `runBlocking {}` rather t...
# coroutines
p
Perhaps what you want is
runBlocking {}
rather than
future {}
?