You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concurrency is the task of running and managing the multiple computations at the same time. While parallelism is the task of running multiple computations simultaneously.
You're essentially saying that concurrency and parallelism are the same, which I'm sure you know is not the case.
In the lesson on Goroutines and channels, you say:
You're essentially saying that concurrency and parallelism are the same, which I'm sure you know is not the case.
This Stack Overflow answer provides a concise explanation of the difference between them. Rob Pike's talks "Concurrency is not Parallelism" and "Go Concurrency Patterns" also discuss the topic further.
The text was updated successfully, but these errors were encountered: