Replies: 1 comment 4 replies
-
Hi, I will give you quick answer from my mobile as I don’t know when I will be able to answer you in more detail.
Merry Christmas, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Merry Christmas everyone! 🎄
It’s Xmas morning, and after a long night, the first thing on my mind this morning was… std::execution (yes, I know 🤓). I’ve been digging around and pondering a couple of questions, but haven’t found enough crumbs to piece this together yet. Maybe someone here has some insights:
Iterating over a graph of senders: Once I’ve built a nice graph of senders, how would I go about iterating over it? Say I want to attach some metadata to a node (e.g., a taskflow’s .name(), or Dot print) or explore it in other ways—what’s the best approach here?
Observing/instrumenting the flow: How might one go about observing the flow within? For example, I’d love to instrument or observe transitions like connect, set_value, set_error, and set_stopped. Any ideas or patterns you’ve used for this?
Would love to hear your thoughts, hacks, or musings on these!
Beta Was this translation helpful? Give feedback.
All reactions