File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 0cea2b7c3c32ea5028227f85431f8af7636ef558
2
+ refs/heads/master: fa4cb49b0475232d7e7eed2b77cdd017b762db8c
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 3a96d6a9818fe2affc98a187fb1065120458cee9
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
Original file line number Diff line number Diff line change 92
92
//! return the result produced by the thread. A handle to the thread
93
93
//! itself is available via the `thread` method of the join guard.
94
94
//!
95
- //! (Note: eventually, the `scoped` constructor will allow the parent and child
96
- //! threads to data that lives on the parent thread's stack, but some language
97
- //! changes are needed before this is possible.)
98
- //!
99
95
//! ## Configuring threads
100
96
//!
101
97
//! A new thread can be configured before it is spawned via the `Builder` type,
You can’t perform that action at this time.
0 commit comments