If you do heavy computations and want to parallel ...
# coroutines
g
If you do heavy computations and want to parallel them CompletableFuture and forkJoinPool would be probably more efficient than coroutines, it’s just very well optimised for this use case, as I understand