podcasts/podcasts-gtk/src
Jordan Petridis 993b6e9d0a Utils: only queue a single cover download
Before we were inserting the id of the cover into the registry
from a rayon thread. But rayon will only execute N threads at the
same time and let the rest into a queue. This would casue mutliple
jobs being queued since the cover id was not inserted in the
registry until the downloading had started.

This fixes said behavior by having the main thread block and write
in the id in the registry.
2018-08-28 21:15:52 +00:00
..
stacks Refactor content state with Application actions 2018-08-19 13:44:11 +03:00
widgets Allow for parallel development instance 2018-08-28 17:22:13 +03:00
app.rs Allow for parallel development instance 2018-08-28 17:22:13 +03:00
headerbar.rs Headerbar: Make the switcher insensitive if empty 2018-08-19 14:31:27 +03:00
i18n.rs Fix Rust 2018 edition warnings 2018-08-05 11:24:20 +03:00
main.rs Add gtk tests 2018-08-20 13:14:41 +03:00
manager.rs Refactor the tests to use ? operator 2018-08-18 17:02:31 +03:00
prefs.rs Fix Rust 2018 edition warnings 2018-08-05 11:24:20 +03:00
settings.rs Fix Rust 2018 edition warnings 2018-08-05 11:24:20 +03:00
static_resource.rs podcasts-gtk: Review ALL the strings! 2018-08-10 05:23:15 +00:00
utils.rs Utils: only queue a single cover download 2018-08-28 21:15:52 +00:00