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 f6a3c07 commit 991bd8cCopy full SHA for 991bd8c
src/concurrency/threads/plain.md
@@ -25,7 +25,8 @@ fn main() {
25
}
26
```
27
28
-- Threads are all daemon threads, the main thread does not wait for them.
+- Spawning new threads does not automatically delay program termination at the
29
+ end of `main`.
30
- Thread panics are independent of each other.
31
- Panics can carry a payload, which can be unpacked with `downcast_ref`.
32
0 commit comments