Struct SpinLockReadWrite.ScopedExclusiveLock
IDisposable scoped structure that holds BurstSpinLockReadWrite in exclusive mode. Should be using with using
Implements
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public struct SpinLockReadWrite.ScopedExclusiveLock : IDisposable
Constructors
Name | Description |
---|---|
ScopedExclusiveLock(SpinLockReadWrite) | Creates ScopedReadLock and locks SpinLockReadWrite in exclusive mode |
Methods
Name | Description |
---|---|
Dispose() | Unlocks the lock |