BLooperList: Use rw_lock.

Improves efficiency, as some functions can use a read lock
instead of a write lock.

Eliminates another statically-created BLocker.
This commit is contained in:
Augustin Cavalier
2026-03-02 20:17:51 -05:00
parent 5eef2f1d00
commit b6441edfac
4 changed files with 16 additions and 30 deletions
-1
View File
@@ -1 +0,0 @@
#include <../private/app/LooperList.h>