]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton
authorbors <bors@rust-lang.org>
Wed, 31 Jul 2013 09:10:24 +0000 (02:10 -0700)
committerbors <bors@rust-lang.org>
Wed, 31 Jul 2013 09:10:24 +0000 (02:10 -0700)
This removes a bunch of options from the task builder interface that are irrelevant to the new scheduler and were generally unused anyway. It also bumps the stack size of new scheduler tasks so that there's enough room to run rustc and changes the interface to `Thread` to not implicitly join threads on destruction, but instead require an explicit, and mandatory, call to `join`.

1  2 
src/libextra/sync.rs
src/libstd/rt/comm.rs
src/libstd/rt/mod.rs
src/libstd/task/mod.rs
src/libstd/task/spawn.rs

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge