summaryrefslogtreecommitdiffstats
path: root/futures (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Accept a function pointer in `Subscription::map`Libravatar Héctor Ramón Jiménez2020-10-291-14/+5
| | | | | | | | | Instead of a closure, a function pointer can be hashed and used to uniquely identify a particular `Subscription`. This should fix a bug where two different instances of `Subscription` producing the same output were not treated differently by the runtime, causing one of them to be ignored.
* Disable `time` module on Wasm for nowLibravatar Héctor Ramón Jiménez2020-04-301-1/+4
|
* Implement `time::every` in `iced_futures`Libravatar Héctor Ramón Jiménez2020-04-303-1/+76
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-04-261-1/+1
|
* 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
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-04-151-1/+1
|
* Enable feature flags in `docs.rs`Libravatar Héctor Ramón Jiménez2020-04-051-0/+4
|
* doc feature flags in futuresLibravatar Rob Ede2020-04-044-0/+5
|
* Bump all versions :tada:Libravatar Héctor Ramón Jiménez2020-04-021-1/+1
|
* Fix broken link in `Tracker::broadcast` docsLibravatar Héctor Ramón Jiménez2020-04-021-1/+1
|
* Fix missing link in `Command` documentationLibravatar Héctor Ramón Jiménez2020-04-021-0/+1
|
* Add examples to `subscription::Recipe` docsLibravatar Héctor Ramón Jiménez2020-04-021-0/+12
|
* Fix missing link in `Tracker::broadcast` docsLibravatar Héctor Ramón Jiménez2020-04-021-0/+2
|
* Fix missing link in `Executor::enter` doc commentLibravatar Héctor Ramón Jiménez2020-04-021-0/+2
|
* Make `subscription::Recipe` cross-platformLibravatar Héctor Ramón Jiménez2020-03-262-24/+20
| | | | By removing the `Send` requirement when targetting Wasm
* Simplify `iced_futures::Command` implementationLibravatar Héctor Ramón Jiménez2020-03-263-209/+99
|
* Add `BoxFutures` and `BoxStream` to `iced_futures`Libravatar Héctor Ramón Jiménez2020-03-261-0/+28
|
* Implement `Subscription::with`Libravatar Héctor Ramón Jiménez2020-03-051-0/+70
|
* Enter executor context only on `Recipe` creationLibravatar Héctor Ramón Jiménez2020-02-161-3/+10
|
* Drop `Send` in `Command` and `Executor` on WasmLibravatar Héctor Ramón Jiménez2020-02-057-105/+227
|
* Use `reqwest` and `tokio` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-02-052-7/+7
|
* Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-042-16/+11
| | | | Also improves the overall web runtime, avoiding nested update loops.
* Forbid unsafe code and Rust 2018 idiomsLibravatar Héctor Ramón Jiménez2020-01-201-2/+2
|
* Improve consistency in executor documentationLibravatar Héctor Ramón Jiménez2020-01-204-4/+4
|
* Write documentation for `executor::WasmBindgen`Libravatar Héctor Ramón Jiménez2020-01-201-0/+1
|
* Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez2020-01-209-19/+126
|
* Implement `WasmBindgen` executor and reorganizeLibravatar Héctor Ramón Jiménez2020-01-203-3/+29
|
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-209-34/+109
|
* Make `thread-pool` optional in `iced_futures`Libravatar Héctor Ramón Jiménez2020-01-192-1/+4
|
* Rename `Receiver` to `Sender` in `Runtime`Libravatar Héctor Ramón Jiménez2020-01-191-12/+11
|
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-197-0/+536