podcasts/hammond-gtk
Jordan Petridis 74712b5410
EpisodeWidget: Remove unnecessary Arcs.
`DateMachine` and `DurationMachine` are only mutated during initialization
and thus do not need shared ownership.
`TitleMachine` is only mutated during initialization and after that only
the callback will keep holding a referrence to it. The `EpisodeWidget`s
get dropped after initialization. So it's justifiable to use `Rc<Mutex<T>>`
instead of `Arc`.
2018-03-13 03:47:46 +02:00
..
resources InAppNotification: Remove reduntant Overlay. 2018-03-09 19:46:46 +02:00
src EpisodeWidget: Remove unnecessary Arcs. 2018-03-13 03:47:46 +02:00
build.rs Draft of implementation using gresources safe api. 2017-11-06 14:35:50 +02:00
Cargo.toml Merge branch 'master' into state-machines-experiements 2018-03-12 22:10:14 +02:00