We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TryLock was added in stdlib: golang/go@645d078
I think this library should use a type alias for sync.Mutex in Go 1.18:
//go:build go1.18 // +build go1.18 type Mutex = sync.Mutex
The text was updated successfully, but these errors were encountered:
address #2814 as per LK4D4/trylock#3
0d573f2
see https://medium.com/a-journey-with-go/go-story-of-trylock-function-a69ef6dbb410
No branches or pull requests
TryLock was added in stdlib: golang/go@645d078
I think this library should use a type alias for sync.Mutex in Go 1.18:
The text was updated successfully, but these errors were encountered: