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