Split iced_futures into different backend implementations
This commit is contained in:
parent
5dab5a327e
commit
167be45a7d
19 changed files with 280 additions and 318 deletions
|
|
@ -17,23 +17,10 @@ mod command;
|
|||
mod maybe_send;
|
||||
mod runtime;
|
||||
|
||||
pub mod backend;
|
||||
pub mod executor;
|
||||
pub mod subscription;
|
||||
|
||||
#[cfg(all(
|
||||
any(feature = "tokio", feature = "async-std", feature = "smol"),
|
||||
not(target_arch = "wasm32")
|
||||
))]
|
||||
#[cfg_attr(
|
||||
docsrs,
|
||||
doc(cfg(any(
|
||||
feature = "tokio",
|
||||
feature = "async-std",
|
||||
feature = "smol"
|
||||
)))
|
||||
)]
|
||||
pub mod time;
|
||||
|
||||
pub use command::Command;
|
||||
pub use executor::Executor;
|
||||
pub use maybe_send::MaybeSend;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue