Comment on Thinking in Actors – Challenging your software modelling to be simplerparentComments−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
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.