summaryrefslogtreecommitdiffstats
path: root/futures/src/subscription (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken link in `Tracker::broadcast` docsLibravatar Héctor Ramón Jiménez2020-04-021-1/+1
|
* Fix missing link in `Tracker::broadcast` docsLibravatar Héctor Ramón Jiménez2020-04-021-0/+2
|
* Make `subscription::Recipe` cross-platformLibravatar Héctor Ramón Jiménez2020-03-261-5/+5
| | | | By removing the `Send` requirement when targetting Wasm
* Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-041-4/+3
| | | | Also improves the overall web runtime, avoiding nested update loops.
* Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez2020-01-201-0/+36
|
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-191-0/+112