Implement Runtime and Executor in iced_core
They can be leveraged by shells to easily execute commands and track subscriptions.
This commit is contained in:
parent
32f7ca261f
commit
d50ff9b5d9
5 changed files with 97 additions and 4 deletions
|
|
@ -44,3 +44,9 @@ pub mod subscription;
|
|||
|
||||
#[cfg(feature = "subscription")]
|
||||
pub use subscription::Subscription;
|
||||
|
||||
#[cfg(feature = "runtime")]
|
||||
mod runtime;
|
||||
|
||||
#[cfg(feature = "runtime")]
|
||||
pub use runtime::Runtime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue