summaryrefslogtreecommitdiffstats
path: root/futures/src/subscription.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan2023-09-191-2/+2
* Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-091-4/+2
* Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-72/+19
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-4/+4
* Make the subscription::channel function take a FnOnce closure instead of a Fn...Libravatar Jonathan Lindsey2023-06-101-1/+1
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-35/+68
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-131-3/+3
* | Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2023-03-051-56/+260
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-181-3/+3
* Annotate `Command` and `Subscription` with `#[must_use]`Libravatar Ian Douglas Scott2023-01-261-0/+1
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-3/+3
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-3/+3
* Fix outdated links in documentationLibravatar Héctor Ramón Jiménez2022-11-101-3/+3
* Address Clippy lintsLibravatar Poly2022-07-091-5/+1
* Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-3/+3
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-031-3/+3
* docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-141-3/+3
* Update example links to point to `0.2` branchLibravatar Héctor Ramón Jiménez2020-11-261-3/+3
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-27/+1
* Accept a function pointer in `Subscription::map`Libravatar Héctor Ramón Jiménez2020-10-291-14/+5
* Add examples to `subscription::Recipe` docsLibravatar Héctor Ramón Jiménez2020-04-021-0/+12
* Make `subscription::Recipe` cross-platformLibravatar Héctor Ramón Jiménez2020-03-261-19/+15
* Implement `Subscription::with`Libravatar Héctor Ramón Jiménez2020-03-051-0/+70
* Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez2020-01-201-19/+20
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-191-0/+188