mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
committed by
Lucio Franco
parent
86de4baacc
commit
0f11d56a3c
@@ -3,11 +3,11 @@
|
||||
A library for scheduling execution of futures concurrently across a pool of
|
||||
threads.
|
||||
|
||||
This crate is **deprecated in tokio 0.2.x** and has been moved and refactored
|
||||
into various places in the [`tokio::runtime`] module of the [`tokio`] crate.
|
||||
Note that there is no longer a `ThreadPool` type, you are instead encouraged to
|
||||
make use of the thread pool used by a `Runtime` configured to use the
|
||||
[threaded scheduler].
|
||||
> **Note:** This crate is **deprecated in tokio 0.2.x** and has been moved and
|
||||
> refactored into various places in the [`tokio::runtime`] module of the
|
||||
> [`tokio`] crate. Note that there is no longer a `ThreadPool` type, you are
|
||||
> instead encouraged to make use of the thread pool used by a `Runtime`
|
||||
> configured to use the [threaded scheduler].
|
||||
|
||||
[`tokio::runtime`]: https://docs.rs/tokio/latest/tokio/runtime/index.html
|
||||
[`tokio`]: https://docs.rs/tokio/latest/tokio/index.html
|
||||
|
||||
Reference in New Issue
Block a user