every time you call `future {}` (which before v3 w...
# coroutines
k
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