Re: [go-nuts] Accessing Slices Made From Same Array Concurrently

2018-04-20 Thread Ian Lance Taylor
On Fri, Apr 20, 2018 at 8:26 PM, Kaveh Shahbazian wrote: > > Is it safe to access slices that shares a back array concurrently? (Assuming > the length of slices will not change) It's safe to read from them concurrently. It's not in general safe to modify them concurrently. Ian -- You received

[go-nuts] Accessing Slices Made From Same Array Concurrently

2018-04-20 Thread Kaveh Shahbazian
Is it safe to access slices that shares a back array concurrently? (Assuming the length of slices will not change) -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email