mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00

Broke away the previewer logic into its own tokio task communicating with the main thread over two mpsc channels. Most of the previewer code is now much simpler and less verbose. This brings quite a nice bump to performance and overall UI responsiveness and also makes the previewer consume less cpu resources.