auto merge of #18854 : thestinger/rust/spawn, r=aturon
cc https://github.com/rust-lang/rust/issues/18000
This commit is contained in:
commit
7ea23e5627
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue