Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept a function pointer in `Subscription::map` | 2020-10-29 | 1 | -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. | ||||
* | Add examples to `subscription::Recipe` docs | 2020-04-02 | 1 | -0/+12 | |
| | |||||
* | Make `subscription::Recipe` cross-platform | 2020-03-26 | 1 | -19/+15 | |
| | | | | By removing the `Send` requirement when targetting Wasm | ||||
* | Implement `Subscription::with` | 2020-03-05 | 1 | -0/+70 | |
| | |||||
* | Write documentation for `iced_futures` | 2020-01-20 | 1 | -19/+20 | |
| | |||||
* | Create `iced_futures` and wire everything up | 2020-01-19 | 1 | -0/+188 | |