Skip to content

Commit

Permalink
std: Recomend threadpool on crates.io for TaskPool
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 24, 2015
1 parent efd2a17 commit 27f8708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/sync/task_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#![deprecated(since = "1.0.0",
reason = "This kind of API needs some time to bake in \
crates.io. Consider trying \
https://github.com/carllerche/syncbox")]
crates.io. This functionality is available through \
https://crates.io/crates/threadpool")]
#![unstable(feature = "std_misc")]

use core::prelude::*;
Expand Down

0 comments on commit 27f8708

Please sign in to comment.