Skip to content

Make download of the catalog actually async

Álvaro López García requested to merge lock into master

Since to download the catalog que rely on sync, blocking code, we need to run it on an executor. Then, we schedule the metadata load as tasks, so that we do not block the main event loop.

Merge request reports