James Cutajar

Results 4 comments of James Cutajar

Hi, You always need synchronization mechanisms, whatever language you are using. This is the same in go lang 1.17. I tried running your code using 1.17 and I manage to...

Hi there, The projects uses go lang's modules. To build the project and run the boids simulation try the following: ``` cd goprojects\multithreadingingo go build ./... go run ./boids ```

Hi there, Thank you for your question and for buying the book. The _TryWait()_ implementation that is in the solutions package will not block until the wait group is done,...

Hi there, Thank you for purchasing the book. Please note that the exercises source code are found under the exercises directory. For this exercise, it's referring to listing 10.2 found...