[go-nuts] Re: Concurrent and blocking data

2018-04-09 Thread Robert Solomon
I would like to know the answers to 2 and 3 I'm a relatively new gopher On Mon, Apr 9, 2018, 12:59 PM Robert Solomon wrote: > I would like to know the answers to 2 and 3 > > I'm a relatively new gopher > >> -- You received this message because you are subscribed to the Google Groups "golang-

[go-nuts] Re: Concurrent and blocking data

2018-04-09 Thread matthewjuran
> > 2. What does “concurrent and blocking” mean for a data structure? I think this means they’re asking about a form of concurrent programming where a caller will stop executing (block) while the data structure is accessed by a concurrent path. Non-blocking means the caller can continue witho