Skip to content

MediaLibrary: Move lock implementation to .cpp

Romain Vimont requested to merge rom1v/medialibrary:lock_cpp into master

The implementation has grown since the inclusion of priority access. Move it to cpp to avoid recompiling it for each call site.

Merge request reports