Skip to content

Commit fa4cb49

Browse files
committed
doc: I learnt from review that this is now implemented
1 parent 0cea2b7 commit fa4cb49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libstd/thread.rs

-4
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@
9292
//! return the result produced by the thread. A handle to the thread
9393
//! itself is available via the `thread` method of the join guard.
9494
//!
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-
//!
9995
//! ## Configuring threads
10096
//!
10197
//! A new thread can be configured before it is spawned via the `Builder` type,

0 commit comments

Comments
 (0)