index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
futures
/
src
/
subscription.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-26
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
1
-3
/
+3
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-27
/
+1
2020-10-29
Accept a function pointer in `Subscription::map`
Héctor Ramón Jiménez
1
-14
/
+5
2020-04-02
Add examples to `subscription::Recipe` docs
Héctor Ramón Jiménez
1
-0
/
+12
2020-03-26
Make `subscription::Recipe` cross-platform
Héctor Ramón Jiménez
1
-19
/
+15
2020-03-05
Implement `Subscription::with`
Héctor Ramón Jiménez
1
-0
/
+70
2020-01-20
Write documentation for `iced_futures`
Héctor Ramón Jiménez
1
-19
/
+20
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
1
-0
/
+0
2020-01-19
Implement `subscription::Tracker` in `iced_core`
Héctor Ramón Jiménez
1
-3
/
+8
2020-01-16
Take `IntoIterator` instead of `Iterator`
Héctor Ramón Jiménez
1
-1
/
+2
2019-12-14
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
1
-4
/
+61
2019-12-14
Remove unnecessary clone in `subscription::Map`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-14
Consume `Recipe` when building a `Stream`
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-10
Implement `Subscription::map` and `from_recipe`
Héctor Ramón Jiménez
1
-26
/
+91
2019-12-08
Allow listening to runtime events in subscriptions
Héctor Ramón Jiménez
1
-17
/
+25
2019-12-07
Use `oneshot` and `future::select` to cancel streams
Héctor Ramón Jiménez
1
-23
/
+14
2019-12-05
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
1
-0
/
+61