Hacker News new | ask | show | jobs
by zzzcpan 3083 days ago
Actor model cannot be implemented wrapping CSP, because CSP is bounded and synchronous, while Actor model is unbounded and asynchronous. But you can implement CSP on top of Actor model.