index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
futures
/
src
/
runtime.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Move `Maybe*` traits back to `iced_futures`
Héctor Ramón Jiménez
1
-2
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-1
/
+2
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
1
-9
/
+2
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-2
/
+8
2023-11-29
Implement `Command::run` for executing a `Stream` to completion
Héctor Ramón Jiménez
1
-1
/
+24
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-2
/
+3
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-12
/
+13
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+0
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
1
-1
/
+5
2022-01-28
Introduce `MaybeSend` trait in `iced_futures`
Héctor Ramón Jiménez
1
-48
/
+8
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
1
-3
/
+46
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-12
/
+9
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-20
/
+2
2020-02-16
Enter executor context only on `Recipe` creation
Héctor Ramón Jiménez
1
-3
/
+10
2020-02-05
Drop `Send` in `Command` and `Executor` on Wasm
Héctor Ramón Jiménez
1
-2
/
+4
2020-02-04
Support event subscriptions in `iced_web`
Héctor Ramón Jiménez
1
-12
/
+8
2020-01-20
Write documentation for `iced_futures`
Héctor Ramón Jiménez
1
-0
/
+45
2020-01-20
Add `Application::Executor` associated type
Héctor Ramón Jiménez
1
-6
/
+2
2020-01-19
Rename `Receiver` to `Sender` in `Runtime`
Héctor Ramón Jiménez
1
-12
/
+11
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
1
-4
/
+9
2020-01-19
Implement `Runtime` and `Executor` in `iced_core`
Héctor Ramón Jiménez
1
-0
/
+74