summaryrefslogtreecommitdiffstats
path: root/futures/src/runtime.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-04Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez1-12/+8
2020-01-20Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez1-0/+45
2020-01-20Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez1-6/+2
2020-01-19Rename `Receiver` to `Sender` in `Runtime`Libravatar Héctor Ramón Jiménez1-12/+11
2020-01-19Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez1-4/+9
2020-01-19Implement `Runtime` and `Executor` in `iced_core`Libravatar Héctor Ramón Jiménez1-0/+74