struct PackageReadLock

Information about an acquired package read lock.

Public

Constructors

PackageReadLock

PackageReadLock(RuntimePackageInformation &runtimePackageInformation, Mutex &lockMutex, const char *lockReason)

Methods

~PackageReadLock

~PackageReadLock() noexcept

GetPackage

const SPtr<Package> &GetPackage() const

Returns the package this lock is acquired for.

Fields

LockMutex

Mutex & LockMutex

LockReason

const char * LockReason