Hacker News new | ask | show | jobs
by dboreham 564 days ago
Some background: https://en.m.wikipedia.org/wiki/Communicating_sequential_pro...
1 comments

Better link: https://en.wikipedia.org/wiki/Actor_model

CSP is a bit different from the actor model (see the comparison section in the page you linked).

The biggest difference is that CSP communication is synchronous.