summaryrefslogtreecommitdiffstats
path: root/futures/src/subscription.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-10Implement `Subscription::map` and `from_recipe`Libravatar Héctor Ramón Jiménez1-26/+91
2019-12-08Allow listening to runtime events in subscriptionsLibravatar Héctor Ramón Jiménez1-17/+25
2019-12-07Use `oneshot` and `future::select` to cancel streamsLibravatar Héctor Ramón Jiménez1-23/+14
2019-12-05Draft first version of event subscriptions :tada:Libravatar Héctor Ramón Jiménez1-0/+61