doc: I learnt from review that this is now implemented

This commit is contained in:
Tshepang Lekhonkhobe
2015-02-23 01:56:52 +02:00
parent 0cea2b7c3c
commit fa4cb49b04

View File

@@ -92,10 +92,6 @@
//! return the result produced by the thread. A handle to the thread //! return the result produced by the thread. A handle to the thread
//! itself is available via the `thread` method of the join guard. //! itself is available via the `thread` method of the join guard.
//! //!
//! (Note: eventually, the `scoped` constructor will allow the parent and child
//! threads to data that lives on the parent thread's stack, but some language
//! changes are needed before this is possible.)
//!
//! ## Configuring threads //! ## Configuring threads
//! //!
//! A new thread can be configured before it is spawned via the `Builder` type, //! A new thread can be configured before it is spawned via the `Builder` type,