James Cutajar
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,...