CoolFace
Datasetpublic

basant307/AI_Governance_Project

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