Hacker News new | ask | show | jobs
by truncate 2501 days ago
Debugging can be pain though, as you may not know the right stack, and makes it harder to follow how the code executed in that context. But yes, rather than writing an async state machine with callbacks, I would prefer this.
1 comments

https://crates.io/crates/tracing is attempting to solve this issue!