]> git.lizzy.rs Git - rust.git/commit
Introduce std::thread
authorAaron Turon <aturon@mozilla.com>
Tue, 25 Nov 2014 16:52:10 +0000 (08:52 -0800)
committerAaron Turon <aturon@mozilla.com>
Fri, 19 Dec 2014 07:31:35 +0000 (23:31 -0800)
commitcac133c9a86a4687755aeb44908e3fbb2bb35fc2
tree91736549f0fd24edb154fa21a54d8bfdca418ef0
parent9b03b72d7fb82f07d35e7dcda02754c6da90ae58
Introduce std::thread

Also removes:

* `std::task`
* `std::rt::task`
* `std::rt::thread`

Notes for the new API are in a follow-up commit.

Closes #18000
src/libstd/lib.rs
src/libstd/rt/mod.rs
src/libstd/rt/thread.rs [deleted file]
src/libstd/sys/common/thread_info.rs [new file with mode: 0644]
src/libstd/task.rs
src/libstd/thread.rs [new file with mode: 0644]