Golang provides means of supporting concurrency in a lightweight manner. In programming terms it mainly refers to application tasks divided into smaller sub-tasks that are being processed simultaneously.

9m read timeFrom aroshdy.hashnode.dev
Post cover image
Table of contents
Before we beginWhy build a concurrent program?Go routinesChannelsClosing channels

Sort: