Options
All
  • Public
  • Public/Protected
  • All
Menu

Lock used by a ResourceLocker for non-atomic operations.

Hierarchy

  • Lock

Index

Properties

Properties

release

release: () => Promise<void>

Release this lock.

returns

A promise resolving when the release is finished.

Type declaration

    • (): Promise<void>
    • Returns Promise<void>