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
@ -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…
Reference in New Issue
Block a user