A saner way to use mutex in Golang, using generics
by alain_gilbert on 2/13/2024, 1:33:13 PM
Golang generic mutex that looks a bit like rust Mutex<T>
Golang generic mutex that looks a bit like rust Mutex<T>