Skip to content

Commit

Permalink
doc: I learnt from review that this is now implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Feb 22, 2015
1 parent 0cea2b7 commit fa4cb49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libstd/thread.rs
Expand Up @@ -92,10 +92,6 @@
//! return the result produced by the thread. A handle to the thread
//! 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
//!
//! A new thread can be configured before it is spawned via the `Builder` type,
Expand Down

0 comments on commit fa4cb49

Please sign in to comment.