shithub: limbobyexample

ref: 5bd50f13c315024164a221eb5a86edabf412b4d1
dir: /Channels/README.md/

View raw version
# Channels

Limbo supports concurrent communication and synchronization between processes via channels and a few structures working in tandem with channels. 

The design for channels is inspired primarily by "Communicating Sequential Processes" (CSP) by Tony Hoare. 

Further reading on CSP: http://www.usingcsp.com/cspbook.pdf

## Source



## Demo



## Exercises

-