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