Can the JoinHandle returned by task::spawn contain an error if the async function is infallible? #5744
Unanswered
nvartolomei
asked this question in
Q&A
Replies: 1 comment 1 reply
-
A |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The question is about whether we should always await the JoinHandle or it can be omitted in some circumstances. E.g. I can imagine a case where a OS thread is killed, is that a valid concern?
Beta Was this translation helpful? Give feedback.
All reactions