DEV Community

Discussion on: I'm Go Backend developer and love it, Ask Me Anything!

Collapse
 
bregymr profile image
Bregy Malpartida

Putting "go" word before any function and automatically create a new concurrent task, in my opinion, is awesome. If you want coordinate many tasks you only need think in the flow of your program and implement your own algorithms, but obviously exist a stack library for this work: the fantastic sync library (golang.org/pkg/sync), look at it!