Struct Atomic<T>.WriteLockScope
Represents scope of the write lock.
Implements
Inherited Members
Namespace: DotNext.Threading
Assembly: DotNext.dll
Syntax
public readonly ref struct Atomic<T>.WriteLockScope : IDisposable
Properties
View SourceValue
Gets a value that can be modified within the scope safely.
Declaration
public ref T Value { get; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
View SourceDispose()
Releases write lock.
Declaration
public void Dispose()