Y
Hacker News
new
|
ask
|
show
|
jobs
by
comex
47 days ago
They are not perfectly fine. If a task panics then you will get the right stack trace, but there is no way to get a stack trace for a task that’s currently waiting. (At least not without intrusive hacks.)
1 comments
tcfhgj
46 days ago
Would this be considered an intrusive hack?
https://docs.rs/tokio/latest/%20tokio/runtime/struct.Handle....
link
f33d5173
46 days ago
> This functionality is experimental, and comes with a number of requirements and limitations.
I assume that answers your question.
link
tcfhgj
46 days ago
So once it's out of the experimental stage it won't be an intrusive hack anymore?
link
https://docs.rs/tokio/latest/%20tokio/runtime/struct.Handle....