Write documentation for iced_futures
This commit is contained in:
parent
03da887339
commit
f14009601e
11 changed files with 131 additions and 20 deletions
|
|
@ -2,6 +2,7 @@ use crate::Executor;
|
|||
|
||||
use futures::Future;
|
||||
|
||||
/// A thread pool 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