| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `Instant::into_std` in `futures::time` | Héctor Ramón Jiménez | 2021-01-04 | 1 | -1/+1 |
* | Update `tokio` to `1.0` | Yusuf Bera Ertan | 2021-01-04 | 1 | -3/+15 |
* | Update example links to point to `0.2` branch | Héctor Ramón Jiménez | 2020-11-26 | 1 | -3/+3 |
* | Update graphs in crate docs | Héctor Ramón Jiménez | 2020-11-26 | 1 | -0/+2 |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 6 | -80/+5 |
* | Introduce `tokio_old` feature | Héctor Ramón Jiménez | 2020-11-25 | 4 | -2/+35 |
* | upgrade tokio to latest version(v0.3) | valbendan | 2020-11-05 | 1 | -1/+2 |
* | Accept a function pointer in `Subscription::map` | Héctor Ramón Jiménez | 2020-10-29 | 1 | -14/+5 |
* | Disable `time` module on Wasm for now | Héctor Ramón Jiménez | 2020-04-30 | 1 | -1/+4 |
* | Implement `time::every` in `iced_futures` | Héctor Ramón Jiménez | 2020-04-30 | 2 | -0/+74 |
* | Use `Rc` in `Command::map` for Wasm | Héctor Ramón Jiménez | 2020-04-25 | 1 | -1/+1 |
* | #321 cargo fmt | Olivier Pinon | 2020-04-25 | 1 | -5/+1 |
* | #321 Fix async examples by feature-gating Command implementations + Add poked... | Olivier Pinon | 2020-04-25 | 1 | -0/+56 |
* | doc feature flags in futures | Rob Ede | 2020-04-04 | 4 | -0/+5 |
* | Fix broken link in `Tracker::broadcast` docs | Héctor Ramón Jiménez | 2020-04-02 | 1 | -1/+1 |
* | Fix missing link in `Command` documentation | Héctor Ramón Jiménez | 2020-04-02 | 1 | -0/+1 |
* | Add examples to `subscription::Recipe` docs | Héctor Ramón Jiménez | 2020-04-02 | 1 | -0/+12 |
* | Fix missing link in `Tracker::broadcast` docs | Héctor Ramón Jiménez | 2020-04-02 | 1 | -0/+2 |
* | Fix missing link in `Executor::enter` doc comment | Héctor Ramón Jiménez | 2020-04-02 | 1 | -0/+2 |
* | Make `subscription::Recipe` cross-platform | Héctor Ramón Jiménez | 2020-03-26 | 2 | -24/+20 |
* | Simplify `iced_futures::Command` implementation | Héctor Ramón Jiménez | 2020-03-26 | 3 | -209/+99 |
* | Add `BoxFutures` and `BoxStream` to `iced_futures` | Héctor Ramón Jiménez | 2020-03-26 | 1 | -0/+28 |
* | Implement `Subscription::with` | Héctor Ramón Jiménez | 2020-03-05 | 1 | -0/+70 |
* | Enter executor context only on `Recipe` creation | Héctor Ramón Jiménez | 2020-02-16 | 1 | -3/+10 |
* | Drop `Send` in `Command` and `Executor` on Wasm | Héctor Ramón Jiménez | 2020-02-05 | 7 | -105/+227 |
* | Use `reqwest` and `tokio` in `pokedex` example | Héctor Ramón Jiménez | 2020-02-05 | 1 | -4/+4 |
* | Support event subscriptions in `iced_web` | Héctor Ramón Jiménez | 2020-02-04 | 2 | -16/+11 |
* | Forbid unsafe code and Rust 2018 idioms | Héctor Ramón Jiménez | 2020-01-20 | 1 | -2/+2 |
* | Improve consistency in executor documentation | Héctor Ramón Jiménez | 2020-01-20 | 4 | -4/+4 |
* | Write documentation for `executor::WasmBindgen` | Héctor Ramón Jiménez | 2020-01-20 | 1 | -0/+1 |
* | Write documentation for `iced_futures` | Héctor Ramón Jiménez | 2020-01-20 | 9 | -19/+126 |
* | Implement `WasmBindgen` executor and reorganize | Héctor Ramón Jiménez | 2020-01-20 | 2 | -3/+26 |
* | Add `Application::Executor` associated type | Héctor Ramón Jiménez | 2020-01-20 | 8 | -34/+105 |
* | Make `thread-pool` optional in `iced_futures` | Héctor Ramón Jiménez | 2020-01-19 | 1 | -0/+1 |
* | Rename `Receiver` to `Sender` in `Runtime` | Héctor Ramón Jiménez | 2020-01-19 | 1 | -12/+11 |
* | Create `iced_futures` and wire everything up | Héctor Ramón Jiménez | 2020-01-19 | 6 | -0/+513 |