Struct Synchronization.SemaphoreSlimLocker
A locker for a System.Threading.SemaphoreSlim that automatically releases when it is disposed. Create this with Lock(SemaphoreSlim).
Implements
System.IDisposable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: IPA.Utilities.Async
Assembly: IPA.Loader.dll
Syntax
public struct SemaphoreSlimLocker : IDisposable
Explicit Interface Implementations
| Improve this Doc View SourceIDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable