Comment on Go’s race detector has a mutex blind spotparentComments−ViewTrick10021yOf course. But if you’re using a channel then it hides the inner constructs.Comparing writing a web service in Go and rust you would likely also utilize Tokio which has a wide variety of well designed sync primitives.https://docs.rs/tokio/latest/tokio/sync/index.html
Comments
Of course. But if you’re using a channel then it hides the inner constructs.
Comparing writing a web service in Go and rust you would likely also utilize Tokio which has a wide variety of well designed sync primitives.
https://docs.rs/tokio/latest/tokio/sync/index.html