Join Slack
Powered by
every time you call `future {}` (which before v3 w...
# coroutines
k
kevinherron
01/20/2017, 7:41 PM
every time you call
future {}
(which before v3 was
async {}
) you’re adding unnecessary overhead unless the consumer of that call can only deal with a
CompletableFuture
Open in Slack
Previous
Next