File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ export type { TimedLockable } from "./types/timedLockable";
99
1010// Errors
1111export { LockError } from "./errors/lockError" ;
12+ export { MultiLockError } from "./errors/multiLockError" ;
13+ export { MultiUnlockError } from "./errors/multiUnlockError" ;
1214export { OwnershipError } from "./errors/ownershipError" ;
1315export { RelockError } from "./errors/relockError" ;
1416export { TimeoutError } from "./errors/timeoutError" ;
@@ -24,6 +26,7 @@ export { TimedMutex } from "./mutex/timedMutex";
2426// Mutex Management
2527export { lockGuard } from "./utils/lockGuard" ;
2628export { SharedLock } from "./utils/sharedLock" ;
29+ export { tryLock } from "./utils/tryLock" ;
2730
2831// Condition Variables
2932export { ConditionVariable } from "./conditionVariable" ;
You can’t perform that action at this time.
0 commit comments