docs: fix link to ThreadPool (#830)

This commit is contained in:
Ryan Huang
2019-01-05 10:51:17 -05:00
committed by Toby Lawrence
parent 76198f63d7
commit fc8cde383a
+1 -1
View File
@@ -106,7 +106,7 @@
//! [timer]: ../timer/index.html
//! [`Runtime`]: struct.Runtime.html
//! [`Reactor`]: ../reactor/struct.Reactor.html
//! [`ThreadPool`]: ../executor/thread_pool/struct.ThreadPool.html
//! [`ThreadPool`]: https://docs.rs/tokio-threadpool/0.1/tokio_threadpool/struct.ThreadPool.html
//! [`run`]: fn.run.html
//! [idle]: struct.Runtime.html#method.shutdown_on_idle
//! [`tokio::spawn`]: ../executor/fn.spawn.html