This commit is contained in:
lizzie 2026-01-22 18:50:48 +00:00 committed by crueter
parent e7c10d4a18
commit 9ca76d6db8
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ private:
return found != std::end(contents) ? &*found : nullptr;
}
void AsyncFlushQuery(CachedQuery* query, std::optional<u64> timestamp, std::unique_lock&& lock) {
void AsyncFlushQuery(CachedQuery* query, std::optional<u64> timestamp, std::unique_lock<std::mutex>&& lock) {
const AsyncJobId new_async_job_id = slot_async_jobs.insert();
{
AsyncJob& async_job = slot_async_jobs[new_async_job_id];