You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry, all basic collections are not thread-safe by design. Possibly I would not consider provide thread-safe implementations in the future. I'm not sure in Go, we should ensure thread safety at collection level. Maybe you could have a look at goroutine and isolate state access within a single goroutine, similar to Actor Pattern.
circularArray is thread safe?
The text was updated successfully, but these errors were encountered: