This content originally appeared on Krasimir Tsonev - blog and was authored by Krasimir Tsonev - blog
CSP is a formal language for describing patterns of interaction in concurrent systems. It's used in Go, Crystal, Clojure's core.async and a couple of other places. The idea in its core is nothing so complicated but it offers some interesting capabilities. Surprisingly enough it is not really popular in JavaScript. Recently I'm exploring this pattern and here are my findings.
This content originally appeared on Krasimir Tsonev - blog and was authored by Krasimir Tsonev - blog
