Skip to content

access: cache: interrupt when the cache is destroyed

Thomas Guillem requested to merge tguillem/vlc:access-cache-interrupt into master

Cause the free_cb() to be called in an interrupted context, that will speed up resource cleaning (without teardown).

Edited by Thomas Guillem

Merge request reports