summaryrefslogtreecommitdiffstats
path: root/futures/src/command.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-17/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Use `Rc` in `Command::map` for WasmLibravatar Héctor Ramón Jiménez2020-04-251-1/+1
|
* #321 cargo fmtLibravatar Olivier Pinon2020-04-251-5/+1
|
* #321 Fix async examples by feature-gating Command implementations + Add ↵Libravatar Olivier Pinon2020-04-251-0/+56
| | | | pokedex example in CI so that at least one async example is runned on CI
* Fix missing link in `Command` documentationLibravatar Héctor Ramón Jiménez2020-04-021-0/+1
|
* Simplify `iced_futures::Command` implementationLibravatar Héctor Ramón Jiménez2020-03-261-8/+99
|
* Drop `Send` in `Command` and `Executor` on WasmLibravatar Héctor Ramón Jiménez2020-02-051-97/+8
|
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-191-0/+100