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
/
subscription.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Leverage new `AsyncFn` traits in `stream` module
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-14
Fix outdated `id` mention in `Subscription` docs
Héctor Ramón Jiménez
1
-1
/
+2
2025-01-24
Implement `time::repeat` and simplify `Subscription::run_with`
Héctor Ramón Jiménez
1
-13
/
+13
2024-09-19
Add `must_use` attribute to `Task`
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-18
Improve imports of `Subscription::run` doc example
Héctor Ramón Jiménez
1
-5
/
+10
2024-09-18
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2024-07-26
Fix lints for Rust 1.80
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-05
Hide `Subscription` internals
Héctor Ramón Jiménez
1
-174
/
+175
2024-07-02
Simplify `subscription::channel` example
Héctor Ramón Jiménez
1
-29
/
+14
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
-8
/
+42
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-4
/
+7
2024-04-01
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
1
-1
/
+3
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
1
-4
/
+4
2024-02-05
Remove redundant `id` field in `subscription::Map`
Héctor Ramón Jiménez
1
-7
/
+2
2024-02-05
Assert closure provided to `Subscription::map` is non-capturing
Héctor Ramón Jiménez
1
-4
/
+12
2024-02-05
Use `TypeId` to identify `subscription::Map`
Héctor Ramón Jiménez
1
-10
/
+27
2023-09-19
Chore: Apply clippy docs keyword quoting
Yuri Astrakhan
1
-2
/
+2
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-4
/
+2
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
1
-72
/
+19
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2023-07-21
refactored window storage;
Bingus
1
-1
/
+1
2023-06-10
Make the subscription::channel function take a FnOnce closure instead of a Fn...
Jonathan Lindsey
1
-1
/
+1
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-56
/
+260
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2023-01-26
Annotate `Command` and `Subscription` with `#[must_use]`
Ian Douglas Scott
1
-0
/
+1
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-3
/
+3
2022-07-09
Address Clippy lints
Poly
1
-5
/
+1
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-3
/
+3
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-3
/
+3
2021-06-14
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
1
-3
/
+3
2021-05-19
Fix formatting with `cargo fmt`
Héctor Ramón
1
-2
/
+1
2021-04-12
Run cargo fmt
Dispersia
1
-1
/
+2
2020-11-26
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
1
-3
/
+3
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-27
/
+1
2020-10-29
Accept a function pointer in `Subscription::map`
Héctor Ramón Jiménez
1
-14
/
+5
2020-04-02
Add examples to `subscription::Recipe` docs
Héctor Ramón Jiménez
1
-0
/
+12
2020-03-26
Make `subscription::Recipe` cross-platform
Héctor Ramón Jiménez
1
-19
/
+15
2020-03-05
Implement `Subscription::with`
Héctor Ramón Jiménez
1
-0
/
+70
2020-01-20
Write documentation for `iced_futures`
Héctor Ramón Jiménez
1
-19
/
+20
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
1
-0
/
+0
2020-01-19
Implement `subscription::Tracker` in `iced_core`
Héctor Ramón Jiménez
1
-3
/
+8
2020-01-16
Take `IntoIterator` instead of `Iterator`
Héctor Ramón Jiménez
1
-1
/
+2
2019-12-14
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
1
-4
/
+61
2019-12-14
Remove unnecessary clone in `subscription::Map`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-14
Consume `Recipe` when building a `Stream`
Héctor Ramón Jiménez
1
-2
/
+2
[next]