Join Slack
Communities
Powered by
`get` is legacy method from Java’s `CompletableFut...
# coroutines
e
elizarov
01/26/2017, 11:14 AM
get
is legacy method from Java’s
CompletableFuture
which blocks a thread. You should never use it from coroutine.
Open in Slack
Previous
Next