Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-01-19 | Create `iced_futures` and wire everything up | 1 | -188/+0 | |
2020-01-19 | Implement `subscription::Tracker` in `iced_core` | 1 | -3/+8 | |
2020-01-16 | Take `IntoIterator` instead of `Iterator` | 1 | -1/+2 | |
2019-12-14 | Write docs for subscriptions and reorganize a bit | 1 | -4/+61 | |
2019-12-14 | Remove unnecessary clone in `subscription::Map` | 1 | -1/+1 | |
2019-12-14 | Consume `Recipe` when building a `Stream` | 1 | -2/+2 | |
2019-12-10 | Implement `Subscription::map` and `from_recipe` | 1 | -26/+91 | |
2019-12-08 | Allow listening to runtime events in subscriptions | 1 | -17/+25 | |
2019-12-07 | Use `oneshot` and `future::select` to cancel streams | 1 | -23/+14 | |
2019-12-05 | Draft first version of event subscriptions :tada: | 1 | -0/+61 |