Add async mutex unit tests

Summary:
related to T12015
- relax coroutine tests
- add async mutex unit tests

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen, iljazovic

Differential Revision: https://repo.mireo.local/D27719
This commit is contained in:
Korina Šimičević
2024-02-05 12:11:35 +01:00
parent 5c7f0bc29d
commit 0de02e3c53
5 changed files with 228 additions and 23 deletions

View File

@@ -183,7 +183,7 @@ private:
});
}
// Executes operation immediatelly if mutex is not locked
// Executes operation immediately if mutex is not locked
// or queues it for later execution otherwise. In both cases
// the operation will be executed in a manner equivalent
// to asio::post to avoid recursion.