summaryrefslogtreecommitdiffstats
path: root/futures/src/subscription (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-281-47/+7
| | | | It allows to clean up all the `trait_aliases` modules!
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-6/+46
| | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef
* Log event subscription error as a warningLibravatar Héctor Ramón Jiménez2021-02-231-1/+1
|
* 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