csp-coffee
v1.1.0
Published
TypeScript implementation of Communication Sequential Processes pattern inspired by core.async
Downloads
3
Maintainers
Readme
Welcome!
This is a typescript implementation of CSP pattern and a close port of core.async library created for educational purposes. This library is not indeded to be used in a production environment!. Docs.
Running an example
Clone a repo, run npm install && npm run start:examples
. An output of working program will be visible in a console.