tags: #threads #go #processes #register #til #public
Go’s implementation of threads
Useful for
Threads vs Process
Challenges of threads
2 or more threads can access the same variable at the same time and do some operations.