logo

What it means to be Thread Safe in Golang

In development, you’re bound to find yourself dealing with asynchronous functions at least once. In this post, I’ll explain what that term means and how it relates to Golang’s strength in handling concurrency, using code to demonstrate what it means to be Thread Safe.