]> git.lizzy.rs Git - rust.git/commit
Remove Thread::detach() call from intro example
authorAndrew Barchuk <raindev@icloud.com>
Wed, 14 Jan 2015 19:59:46 +0000 (21:59 +0200)
committerSteve Klabnik <steve@steveklabnik.com>
Sat, 17 Jan 2015 15:49:49 +0000 (10:49 -0500)
commitf77208972a8603f6cc63aa4c91a0e277c0075e48
treed578dbdab7fb82416adc238724eb287bdbeaad1f
parent9ed27df180be7b006bbbd364812767280087b123
Remove Thread::detach() call from intro example

The mentioned method are no longer part of Thread. Spawned threads are
detached by default as of now.
src/doc/intro.md