rust/src/libstd/task
bors 8b7e241e02 auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton
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`.
2013-07-31 02:10:24 -07:00
..
local_data_priv.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
mod.rs auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton 2013-07-31 02:10:24 -07:00
rt.rs std: Remove ManualThreads spawn mode 2013-07-30 14:23:45 -07:00
spawn.rs auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton 2013-07-31 02:10:24 -07:00