summaryrefslogtreecommitdiffstats
path: root/futures/src/subscription/tracker.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-26Fix lints for Rust 1.80Libravatar Héctor Ramón Jiménez1-3/+3
2024-06-14Move `Maybe*` traits back to `iced_futures`Libravatar Héctor Ramón Jiménez1-2/+1
2024-06-14Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez1-1/+2
2024-06-11Introduce `subscription::Event`Libravatar Héctor Ramón Jiménez1-15/+4
2024-06-10Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez1-3/+13
2024-04-01Use `rustc-hash` for most of our `HashMap` and `HashSet` instancesLibravatar Héctor Ramón Jiménez1-5/+4
2023-09-19Chore: Inline format args for ease of readingLibravatar Yuri Astrakhan1-2/+1
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang1-0/+3
2023-03-05Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez1-33/+18
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-0/+10
2022-07-09Address Clippy lintsLibravatar Poly1-1/+1
2022-05-27Fix `Subscription` cancelation when never awaitingLibravatar Héctor Ramón Jiménez1-10/+23
2022-01-28Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez1-47/+7
2022-01-28Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov1-6/+46
2021-02-23Log event subscription error as a warningLibravatar Héctor Ramón Jiménez1-1/+1
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-6/+2
2020-04-02Fix broken link in `Tracker::broadcast` docsLibravatar Héctor Ramón Jiménez1-1/+1
2020-04-02Fix missing link in `Tracker::broadcast` docsLibravatar Héctor Ramón Jiménez1-0/+2
2020-03-26Make `subscription::Recipe` cross-platformLibravatar Héctor Ramón Jiménez1-5/+5
2020-02-04Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez1-4/+3
2020-01-20Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez1-0/+36
2020-01-19Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez1-0/+0
2020-01-19Implement `Runtime` and `Executor` in `iced_core`Libravatar Héctor Ramón Jiménez1-4/+4
2020-01-19Implement `subscription::Tracker` in `iced_core`Libravatar Héctor Ramón Jiménez1-0/+112