diff options
| author | bors <bors@rust-lang.org> | 2014-11-12 10:27:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-11-12 10:27:01 +0000 |
| commit | 7ea23e562743510b54bf310ffa5b7ce4367bf3a3 (patch) | |
| tree | 5f0bce4d60c433e2d1640bb3b77c841b9b3e6cac /src/libstd | |
| parent | a2dee35e015ade54bf0932e9f58e057dab01b9c9 (diff) | |
| parent | cd17ba4c1236af71594291646b586b1bc0b415d9 (diff) | |
| download | rust-7ea23e562743510b54bf310ffa5b7ce4367bf3a3.tar.gz rust-7ea23e562743510b54bf310ffa5b7ce4367bf3a3.zip | |
auto merge of #18854 : thestinger/rust/spawn, r=aturon
cc https://github.com/rust-lang/rust/issues/18000
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/task.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/task.rs b/src/libstd/task.rs index c79b8715c06..f0bb8a0f4bc 100644 --- a/src/libstd/task.rs +++ b/src/libstd/task.rs @@ -91,7 +91,8 @@ //! # } //! ``` -#![stable] +#![unstable = "The task spawning model will be changed as part of runtime reform, and the module \ + will likely be renamed from `task` to `thread`."] use any::Any; use comm::channel; |
