Table of Contents

Struct AsyncMutexLock

Namespace
LfrlAnvil.Async
Assembly
LfrlAnvil.Core.dll

Represents an acquired lock from an AsyncMutex instance.

public readonly struct AsyncMutexLock : IDisposable
Implements
Inherited Members
Extension Methods

Properties

Mutex

Associated AsyncMutex instance.

public AsyncMutex? Mutex { get; }

Property Value

AsyncMutex

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()