Type Alias UnavailableSharedLockEvent

UnavailableSharedLockEvent: LockEventBase

The event is dispatched when

  1. Trying to acquire the shared lock as writer when in reader mode.
  2. Trying to acquire the shared lock as reader when in writer mode.
  3. trying to acquire a shared lock that is owned by a different owner.
  4. Trying to acquire the shared lock as reader when limit is reached.

IMPORT_PATH: "@daiso-tech/core/shared-lock/contracts"