async-monitor
Version:
Provides a mechanism that synchronizes access to objects.
11 lines (10 loc) • 362 B
TypeScript
export declare class AsyncMonitorError extends Error {
}
export declare class SynchronizationLockError extends AsyncMonitorError {
}
export declare class DeprecateCriticalSectionError extends AsyncMonitorError {
}
export declare class InterruptedError extends AsyncMonitorError {
}
export declare class MismatchCriticalSectionError extends AsyncMonitorError {
}