Improve consistency in executor documentation
This commit is contained in:
parent
7bb6411dfc
commit
91d9d65a03
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ use crate::Executor;
|
|||
|
||||
use futures::Future;
|
||||
|
||||
/// A thread pool for futures.
|
||||
/// A thread pool runtime for futures.
|
||||
pub type ThreadPool = futures::executor::ThreadPool;
|
||||
|
||||
impl Executor for futures::executor::ThreadPool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue