`get` is legacy method from Java’s `CompletableFut...
# coroutines
e
get
is legacy method from Java’s
CompletableFuture
which blocks a thread. You should never use it from coroutine.