Skip to content

Commit

Permalink
note the intent of reforming task spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Nov 10, 2014
1 parent a30b72b commit cd17ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libstd/task.rs
Expand Up @@ -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;
Expand Down

5 comments on commit cd17ba4

@bors
Copy link
Contributor

@bors bors commented on cd17ba4 Nov 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on cd17ba4 Nov 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging thestinger/rust/spawn = cd17ba4 into auto

@bors
Copy link
Contributor

@bors bors commented on cd17ba4 Nov 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thestinger/rust/spawn = cd17ba4 merged ok, testing candidate = 7ea23e5

@bors
Copy link
Contributor

@bors bors commented on cd17ba4 Nov 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on cd17ba4 Nov 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 7ea23e5

Please sign in to comment.