summaryrefslogtreecommitdiffstats
path: root/futures/src/subscription (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-6/+2
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* 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