lane
lane copied to clipboard
Thread safety clarification
Are these data structures safe to manipulate from multiple goroutines, or should we use explicit channels / locks to enforce thread safety?