0
Why are goroutines not used for data fetching?
Post Flair (click to view more posts with a particular flair)
Post Body
I'm learning Go (coming from the JavaScript/TypeScript world), and I noticed that external data fetching libraries (DB, HTTP, etc) don't use goroutines. In JS land, almost every data fetching tool uses async/await. Is there a reason why concurrency doesn't seem to be a big thing in Go?
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 7 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/golang/comm...