1
Fork 0

std: Recomend threadpool on crates.io for TaskPool

This commit is contained in:
Alex Crichton 2015-02-24 14:24:15 -08:00
parent efd2a1780b
commit 27f8708ba4

View file

@ -12,8 +12,8 @@
#![deprecated(since = "1.0.0", #![deprecated(since = "1.0.0",
reason = "This kind of API needs some time to bake in \ reason = "This kind of API needs some time to bake in \
crates.io. Consider trying \ crates.io. This functionality is available through \
https://github.com/carllerche/syncbox")] https://crates.io/crates/threadpool")]
#![unstable(feature = "std_misc")] #![unstable(feature = "std_misc")]
use core::prelude::*; use core::prelude::*;