<@U2E974ELT> So what operations should be consider...
# coroutines
d
@elizarov So what operations should be considered as suspension worthy? I mean you can't suspend traditional IO since it's blocking, meanwhile as you provided list iteration could be refactored into
parallelStream().map { ... }
.