Implement time::every in iced_futures
This commit is contained in:
parent
bb9ccc4f62
commit
e2076612cb
14 changed files with 110 additions and 169 deletions
|
|
@ -14,6 +14,10 @@ mod runtime;
|
|||
pub mod executor;
|
||||
pub mod subscription;
|
||||
|
||||
#[cfg(any(feature = "tokio", feature = "async-std"))]
|
||||
#[cfg_attr(docsrs, doc(cfg(any(feature = "tokio", feature = "async-std"))))]
|
||||
pub mod time;
|
||||
|
||||
pub use command::Command;
|
||||
pub use executor::Executor;
|
||||
pub use runtime::Runtime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue