Skip to content

Commit e4808b2

Browse files
author
Stjepan Glavina
committed
Add a link to Crossbeam's error handling
1 parent c67fffc commit e4808b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

text/0000-scoped-threads.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ in child threads into the main parent thread.
219219
If the main `scope()` closure has panicked after spawning threads, we
220220
just resume unwinding after joining child threads.
221221

222+
Crossbeam's logic for error handling can be found
223+
[here](https://github.com/crossbeam-rs/crossbeam/blob/79210d6ae34a3e84b23546d8abc5c4b81b206019/crossbeam-utils/src/thread.rs#L167-L193).
224+
222225
# Drawbacks
223226
[drawbacks]: #drawbacks
224227

0 commit comments

Comments
 (0)