Skip to content

Commit

Permalink
Change execution unit name (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git authored May 28, 2024
1 parent 5140cd3 commit 35a2ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/08_futures/02_spawn.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub async fn run() {
if let Ok(reason) = e.try_into_panic() {
// The task has panicked
// We resume unwinding the panic,
// thus propagating it to the current thread
// thus propagating it to the current task
panic::resume_unwind(reason);
}
}
Expand Down

0 comments on commit 35a2ff1

Please sign in to comment.