2025-09-09 [09:02:55.0633] Meeting time! 2025-09-10 [22:17:03.0691] I spent some time today thinking about the yield issue. I didn't come to any particularly compelling conclusions, but I listed out some use cases and considerations that I thought about here: https://hackmd.io/@sdh/SJmOBKAqeg - tl;dr is that I was expecting to find evidence that propagating context _into_ instead of _across_ the yield made the most sense, but instead it seemed a lot less clear. One unanswered question I had (which I believe we've talked about but I don't recall the resolution) was the analogue with iterator helpers and whether `iter.map(mapper)` could be implemented with a generator or would need to use a hand-written iterator - ISTR it's the latter, that the mapper sees the dispatch context - in which case that would be a minor argument in favor of dispatch context for generators as well. Anyway, no action is necessary here but I wanted to share the results of my thinking.