chore: Export expiring lock and locker

This commit is contained in:
Joachim Van Herwegen 2020-12-07 14:41:20 +01:00
parent 3bd82271b4
commit 07cd63bffa

View File

@ -169,6 +169,8 @@ export * from './src/util/errors/UnauthorizedHttpError';
export * from './src/util/errors/UnsupportedMediaTypeHttpError'; export * from './src/util/errors/UnsupportedMediaTypeHttpError';
// Util/Locking // Util/Locking
export * from './src/util/locking/ExpiringLock';
export * from './src/util/locking/ExpiringResourceLocker';
export * from './src/util/locking/Lock'; export * from './src/util/locking/Lock';
export * from './src/util/locking/ResourceLocker'; export * from './src/util/locking/ResourceLocker';
export * from './src/util/locking/SingleThreadedResourceLocker'; export * from './src/util/locking/SingleThreadedResourceLocker';