summaryrefslogtreecommitdiffstats
path: root/core/src/subscription.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement `Subscription::map` and `from_recipe`Libravatar Héctor Ramón Jiménez2019-12-101-26/+91
* Allow listening to runtime events in subscriptionsLibravatar Héctor Ramón Jiménez2019-12-081-17/+25
* Use `oneshot` and `future::select` to cancel streamsLibravatar Héctor Ramón Jiménez2019-12-071-23/+14
* Draft first version of event subscriptions :tada:Libravatar Héctor Ramón Jiménez2019-12-051-0/+61