[TEST] Hunting down recursive mutex 4

This commit is contained in:
CamilleLaVey
2026-07-17 02:32:14 -04:00
parent 933f79af95
commit 84490a7d6f
6 changed files with 8 additions and 10 deletions
@@ -321,7 +321,7 @@ public:
} while (channel_state->has_deleted_buffers);
}
std::mutex mutex;
std::recursive_mutex mutex;
Runtime& runtime;
bool any_buffer_uploaded = false;