Struct AsyncMutexLock
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
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()