On Tue, Oct 21, 2025, at 19:11, Edmond Dantes wrote: > Hi > > > Awaitables should always represent a single value. Awaiting multiple times > > should never result in a different value. > Where did this rule come from?
I don’t think it’s a “rule” per se and why I suggested breaking it up into two different kinds of Awaitables. Invariants make code easier to reason about and work with. The more invariants you have, the easier it is to form, maintain, and refactor. — Rob
