Skip to content

Commit 27f8708

Browse files
committed
std: Recomend threadpool on crates.io for TaskPool
1 parent efd2a17 commit 27f8708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/sync/task_pool.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
1313
#![deprecated(since = "1.0.0",
1414
reason = "This kind of API needs some time to bake in \
15-
crates.io. Consider trying \
16-
https://github.com/carllerche/syncbox")]
15+
crates.io. This functionality is available through \
16+
https://crates.io/crates/threadpool")]
1717
#![unstable(feature = "std_misc")]
1818

1919
use core::prelude::*;

0 commit comments

Comments
 (0)