projects
/
rust_exercises.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5140cd3
)
Change execution unit name (#60)
author
Onè
<43485962+c-git@users.noreply.github.com>
Tue, 28 May 2024 09:05:46 +0000
(
05:05
-0400)
committer
GitHub
<noreply@github.com>
Tue, 28 May 2024 09:05:46 +0000
(11:05 +0200)
book/src/08_futures/02_spawn.md
patch
|
blob
|
history
diff --git
a/book/src/08_futures/02_spawn.md
b/book/src/08_futures/02_spawn.md
index
fdacda2
..
e4c221a
100644
(file)
--- a/
book/src/08_futures/02_spawn.md
+++ b/
book/src/08_futures/02_spawn.md
@@
-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 t
hread
+ // thus propagating it to the current t
ask
panic::resume_unwind(reason);
}
}