Comment on Thinking in Actors – Challenging your software modelling to be simplerComments−dboreham1ySome background: https://en.m.wikipedia.org/wiki/Communicating_sequential_pro...−gpderetta1yBetter link: https://en.wikipedia.org/wiki/Actor_modelCSP 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.
Comments
Some background: https://en.m.wikipedia.org/wiki/Communicating_sequential_pro...
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.