CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
tryAcquire.d.ts5 linesDownload Raw Back to lib
1import MutexInterface from './MutexInterface';2import SemaphoreInterface from './SemaphoreInterface';3export declare function tryAcquire(mutex: MutexInterface, alreadyAcquiredError?: Error): MutexInterface;4export declare function tryAcquire(semaphore: SemaphoreInterface, alreadyAcquiredError?: Error): SemaphoreInterface;5 
basant307/AI_Governance_Project · CoolFace