Mutex
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.sync
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Mutex()
init()
Sub New()
constructor (Mutex)
Parameters:
- value:
Lock
method Lock
void Lock()
func Lock()
// .NET, .NET Standard 2.0
func Lock()
// Island
func Lock() void
Sub Lock()
Unlock
method Unlock
void Unlock()
func Unlock()
// .NET, .NET Standard 2.0
func Unlock()
// Island
func Unlock() void
Sub Unlock()