We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7d2b8 commit 1cb096eCopy full SHA for 1cb096e
src/fiber/sync/async_mutex.h
@@ -13,7 +13,7 @@
13
namespace NFibers {
14
15
class AsyncMutex {
16
- using Spinlock = std::mutex;
+ using Spinlock = NSync::SpinLock;
17
using Waiter = AsyncMutexWaiter<AsyncMutex>;
18
19
friend Waiter;
0 commit comments