跳至主要內容
Concurrency or Parallelism ?

Concurrency or Parallelism ?

First of all, You need to know Go is a concurrent language and not a parallel one. Before discussing how concurrency is taken care in Go, we must first understand what is concurrency and how it is different from parallelism.

What is concurrency?


离心原创大约 9 分钟golanggolangconcurrency