Skip to content

Commit 1cb096e

Browse files
committed
return spinlock
1 parent 8f7d2b8 commit 1cb096e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fiber/sync/async_mutex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace NFibers {
1414

1515
class AsyncMutex {
16-
using Spinlock = std::mutex;
16+
using Spinlock = NSync::SpinLock;
1717
using Waiter = AsyncMutexWaiter<AsyncMutex>;
1818

1919
friend Waiter;

0 commit comments

Comments
 (0)