We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67fffc commit e4808b2Copy full SHA for e4808b2
text/0000-scoped-threads.md
@@ -219,6 +219,9 @@ in child threads into the main parent thread.
219
If the main `scope()` closure has panicked after spawning threads, we
220
just resume unwinding after joining child threads.
221
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
+
225
# Drawbacks
226
[drawbacks]: #drawbacks
227
0 commit comments