doc feature flags in futures
This commit is contained in:
parent
5198f8e3e4
commit
070e8e70e4
4 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ use crate::Executor;
|
|||
use futures::Future;
|
||||
|
||||
/// A thread pool runtime for futures.
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "thread-pool")))]
|
||||
pub type ThreadPool = futures::executor::ThreadPool;
|
||||
|
||||
impl Executor for futures::executor::ThreadPool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue