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 @@ -34,5 +34,5 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
34
refs/heads/beta: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
- refs/heads/tmp: 0cea2b7c3c32ea5028227f85431f8af7636ef558
37
+ refs/heads/tmp: fa4cb49b0475232d7e7eed2b77cdd017b762db8c
38
38
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
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