race – articles by tag

04/02/2020

Data handling in concurrent programs

In GO we have goroutines functionality out of the box. We can run code in parallel. But in our parallel running code we can work with shared variables. And it is not clear how exactly GO handles such situations
Read More → slice map counter sync atomic channels mutex lock concurrency race