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