We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cea2b7 commit fa4cb49Copy full SHA for fa4cb49
src/libstd/thread.rs
@@ -92,10 +92,6 @@
92
//! return the result produced by the thread. A handle to the thread
93
//! itself is available via the `thread` method of the join guard.
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
//! ## Configuring threads
100
101
//! A new thread can be configured before it is spawned via the `Builder` type,
0 commit comments