logoalt Hacker News

threatofrainlast Friday at 8:26 PM1 replyview on HN

Concurrency is the property of a program to be divided into partially ordered or completely unordered units of execution. It does not describe how you actually end up executing the program in the end, such as if you wish to exploit these properties for parallel execution or task switching. Or maybe you're running on a single thread and not doing any task switching or parallelism.

For more I'd look up Rob Pike's discussions for Go concurrency.


Replies

tineslast Friday at 8:30 PM

The article understands this.

show 1 reply