We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b816c4 commit d870bc9Copy full SHA for d870bc9
src/sync.h
@@ -348,6 +348,9 @@ class CSemaphore
348
}
349
};
350
351
+using BinarySemaphore = CSemaphore;
352
+using Semaphore = CSemaphore;
353
+
354
/** RAII-style semaphore lock */
355
class CSemaphoreGrant
356
{
@@ -427,4 +430,7 @@ class CSemaphoreGrant
427
430
428
431
429
432
433
+using BinarySemaphoreGrant = CSemaphoreGrant;
434
+using SemaphoreGrant = CSemaphoreGrant;
435
436
#endif // BITCOIN_SYNC_H
0 commit comments