Concurrency in Go Quotes

Rate this book
Clear rating
Concurrency in Go: Tools and Techniques for Developers Concurrency in Go: Tools and Techniques for Developers by Katherine Cox-Buday
350 ratings, 4.23 average rating, 37 reviews
Open Preview
Concurrency in Go Quotes Showing 1-2 of 2
“Errors indicate that your system has entered a state in which it cannot fulfill an operation that a user either explicitly or implicitly requested. Because of this, it needs to relay a few pieces of critical information:”
Katherine Cox-Buday, Concurrency in Go: Tools and Techniques for Developers
“Livelock Livelocks are programs that are actively performing concurrent operations, but these operations do nothing to move the state of the program forward. Have you ever been in a hallway walking toward another person? She moves to one side to let you pass, but you’ve just done the same. So you move to the other side, but she’s also done the same. Imagine this going on forever, and you understand livelocks.”
Katherine Cox-Buday, Concurrency in Go: Tools and Techniques for Developers