Seeking a more readable way to write concurrent logic with Effect.all
Question: Is there a more readable/"sexier" way to write B while retaining the concurrency? I feel like I'm missing some combinator/helper that would make this simpler...but maybe I'm just overthinking it 
A. correct logic, but no concurrency
B. correct logic + concurrency
A. correct logic, but no concurrency
B. correct logic + concurrency
