Skip to content
  • Jordan Petridis's avatar
    Implemented a pixbuf cache mechanism. · e416bca9
    Jordan Petridis authored
    Since gdk_pixbuf::Pixbuf is refference counted and every episode,
    use the cover of the Podcast Feed/Show, We can only create a Pixbuf
    cover per show and pass around the Rc pointer.
    
    GObjects do not implement Send trait, so SendCell is a way around that.
    Also lazy_static requires Sync trait, so that's what the mutexes are.
    e416bca9