Re: [go-nuts] work stealing algorithm

2018-05-15 Thread Ian Lance Taylor
On Tue, May 15, 2018 at 5:11 AM, wrote: > > Got to read a book about concurrency in go by Katherine cox-Buday, o'Reilly > publications. it says that "Go’s work- > stealing algorithm enqueues and steals continuations" . Is it how work > stealing algorithm works? It's approximately how Go's work-s

[go-nuts] work stealing algorithm

2018-05-15 Thread prabesh
Got to read a book about concurrency in go by Katherine cox-Buday, o'Reilly publications. it says that "Go’s work- stealing algorithm enqueues and steals continuations" . Is it how work stealing algorithm works? -- You received this message because you are subscribed to the Google Groups "gola