mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
threadpool: fix typo in documentation (#915)
This commit is contained in:
committed by
Carl Lerche
parent
41a2245b85
commit
ab595d0825
@@ -9,7 +9,7 @@
|
|||||||
//! I/O. Usually, users will not create a `ThreadPool` instance directly, but
|
//! I/O. Usually, users will not create a `ThreadPool` instance directly, but
|
||||||
//! will use one via a [`runtime`].
|
//! will use one via a [`runtime`].
|
||||||
//!
|
//!
|
||||||
//! The `TheadPool` structure manages two sets of threads:
|
//! The `ThreadPool` structure manages two sets of threads:
|
||||||
//!
|
//!
|
||||||
//! * Worker threads.
|
//! * Worker threads.
|
||||||
//! * Backup threads.
|
//! * Backup threads.
|
||||||
|
|||||||
Reference in New Issue
Block a user